add a translation hint
2007-12-06 Jens Granseuer <jensgr@gmx.net> * gnome-about-me-password.c: (passdlg_spawn_passwd): add a translation hint svn path=/trunk/; revision=8315
This commit is contained in:
parent
28c947e053
commit
adafe1ade1
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-12-06 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* gnome-about-me-password.c: (passdlg_spawn_passwd): add a translation
|
||||
hint
|
||||
|
||||
2007-12-06 Jens Granseuer <jensgr@gmx.net>
|
||||
|
||||
* gnome-about-me.glade: don't mark empty and padding strings for
|
||||
|
|
|
@ -814,12 +814,13 @@ passdlg_spawn_passwd (PasswordDialog *pdialog)
|
|||
|
||||
/* Spawn backend */
|
||||
if (!spawn_passwd (pdialog, &error)) {
|
||||
/* translators: Unable to launch <program>: <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"),
|
||||
details);
|
||||
_("A system error has occurred"),
|
||||
details);
|
||||
|
||||
g_free (details);
|
||||
g_error_free (error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue