Patch for gnome-control-center
- From: "Francisco Javier F. Serrador" <serrador tecknolabs com>
- To: Gnome Internacionalización <gnome-i18n gnome org>
- Subject: Patch for gnome-control-center
- Date: Sat, 13 Aug 2005 19:04:43 +0200
Hi
There is still a typo in gnome-control-center.
If there is no problem I will fix it during the day. It should not
produce new fuzzy strings.
Index: capplets/about-me/gnome-about-me-password.c
===================================================================
RCS file: /cvs/gnome/gnome-control-center/capplets/about-me/gnome-about-me-password.c,v
retrieving revision 1.11
diff -u -p -r1.11 gnome-about-me-password.c
--- capplets/about-me/gnome-about-me-password.c 8 Aug 2005 01:28:40 -0000 1.11
+++ capplets/about-me/gnome-about-me-password.c 13 Aug 2005 17:01:26 -0000
@@ -317,7 +317,7 @@ update_password (PasswordDialog *pdialog
*msg = g_strdup (_("Password is too simple"));
retcode = -3;
} else if (g_strrstr (s, "simple") != NULL) {
- *msg = g_strdup (_("Password is to simple"));
+ *msg = g_strdup (_("Password is too simple"));
retcode = -3;
} else if (g_strrstr (s, "similar") != NULL) {
*msg = g_strdup (_("Old and new passwords are too similar"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]