Fixes #324971
2006-05-26 Rodrigo Moya <rodrigo@novell.com> Fixes #324971 * gnome-about-me-password.c (passdlg_spawn_passwd): fixed typo.
This commit is contained in:
parent
75d548e5ae
commit
db8a8d4b8c
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-05-26 Rodrigo Moya <rodrigo@novell.com>
|
||||
|
||||
Fixes #324971
|
||||
|
||||
* gnome-about-me-password.c (passdlg_spawn_passwd): fixed typo.
|
||||
|
||||
2006-01-21 Diego Gonzalez <diego@pemas.net>
|
||||
|
||||
* gnome-about-me.c (about_me_foucs_out): fix crash 317315.
|
||||
|
|
|
@ -788,7 +788,7 @@ passdlg_spawn_passwd (PasswordDialog *pdialog)
|
|||
details = g_strdup_printf (_("Unable to launch /usr/bin/passwd: %s"), error->message);
|
||||
|
||||
passdlg_error_dialog (_("Unable to launch backend"),
|
||||
_("A system error has occured"),
|
||||
_("A system error has occurred"),
|
||||
details);
|
||||
|
||||
g_free (details);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue