From e23b0cfd5235a90ecb23c1395d338e5a65cd5149 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Mon, 16 Jan 2006 08:04:29 +0000 Subject: Fix a grammar error in translatable string. (#327155) 2006-01-16 Harish Krishnaswamy * exchange-config-listener.c: (display_passwd_expiry_message): Fix a grammar error in translatable string. (#327155) svn path=/trunk/; revision=31200 --- plugins/exchange-operations/ChangeLog | 5 +++++ plugins/exchange-operations/exchange-config-listener.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index f65f7ca4c7..c427922bf6 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,8 @@ +2006-01-16 Harish Krishnaswamy + + * exchange-config-listener.c: (display_passwd_expiry_message): + Fix a grammar error in translatable string. (#327155) + 2006-01-13 Sushma Rai * exchange-config-listener.c (exchange_config_listener_authenticate): diff --git a/plugins/exchange-operations/exchange-config-listener.c b/plugins/exchange-operations/exchange-config-listener.c index 28330c94b0..034531b2c4 100644 --- a/plugins/exchange-operations/exchange-config-listener.c +++ b/plugins/exchange-operations/exchange-config-listener.c @@ -630,7 +630,7 @@ display_passwd_expiry_message (int max_passwd_age, ExchangeAccount *account) GtkResponseType response; GtkLabel *warning_msg_label; char *passwd_expiry_msg = - g_strdup_printf (_("Your password will expire in next %d days"), max_passwd_age); + g_strdup_printf (_("Your password will expire in the next %d days"), max_passwd_age); xml = glade_xml_new (FILENAME, ROOTNODE, NULL); g_return_if_fail (xml != NULL); -- cgit v1.2.3