Fixes #376079
2007-01-22 Rodrigo Moya <rodrigo@gnome-db.org> Fixes #376079 Patch by Francisco Javier F. Serrador <serrador@openshine.com> * gnome-about-me-password.c (passdlg_spawn_passwd): make translatable strings more generic. svn path=/trunk/; revision=7164
This commit is contained in:
parent
c18b5f9d19
commit
86a899ac9b
2 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,12 @@
|
|||
2007-01-22 Rodrigo Moya <rodrigo@gnome-db.org>
|
||||
|
||||
Fixes #376079
|
||||
|
||||
Patch by Francisco Javier F. Serrador <serrador@openshine.com>
|
||||
|
||||
* gnome-about-me-password.c (passdlg_spawn_passwd): make translatable
|
||||
strings more generic.
|
||||
|
||||
2007-01-08 Rodrigo Moya <rodrigo@gnome-db.org>
|
||||
|
||||
Fixes #356076
|
||||
|
|
|
@ -784,7 +784,8 @@ passdlg_spawn_passwd (PasswordDialog *pdialog)
|
|||
|
||||
/* Spawn backend */
|
||||
if (!spawn_passwd (pdialog, &error)) {
|
||||
details = g_strdup_printf (_("Unable to launch /usr/bin/passwd: %s"), error->message);
|
||||
details = g_strdup_printf (_("Unable to launch %s: %s"),
|
||||
"/usr/bin/passwd", error->message);
|
||||
|
||||
passdlg_error_dialog (_("Unable to launch backend"),
|
||||
_("A system error has occurred"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue