diff --git a/capplets/about-me/ChangeLog b/capplets/about-me/ChangeLog index f2cc85a1c..a9ae55361 100644 --- a/capplets/about-me/ChangeLog +++ b/capplets/about-me/ChangeLog @@ -1,3 +1,8 @@ +2007-12-06 Jens Granseuer + + * gnome-about-me-password.c: (passdlg_spawn_passwd): add a translation + hint + 2007-12-06 Jens Granseuer * gnome-about-me.glade: don't mark empty and padding strings for diff --git a/capplets/about-me/gnome-about-me-password.c b/capplets/about-me/gnome-about-me-password.c index c7348b70a..4d53d7fcd 100644 --- a/capplets/about-me/gnome-about-me-password.c +++ b/capplets/about-me/gnome-about-me-password.c @@ -814,12 +814,13 @@ passdlg_spawn_passwd (PasswordDialog *pdialog) /* Spawn backend */ if (!spawn_passwd (pdialog, &error)) { + /* translators: Unable to launch : */ 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);