Hi,
Committed a fix for #327155 (grammar error in translatable string).
Just a minor change.
diff -u -p -r1.20 exchange-config-listener.c
--- exchange-config-listener.c 13 Jan 2006 15:29:02 -0000 1.20
+++ exchange-config-listener.c 16 Jan 2006 08:00:01 -0000
@@ -630,7 +630,7 @@ display_passwd_expiry_message (int max_p
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);
Thanks,
Harish
_______________________________________________
gnome-doc-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-doc-list