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:
Jens Granseuer 2007-12-06 21:48:36 +00:00 committed by Jens Granseuer
parent 28c947e053
commit adafe1ade1
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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);