mirror of https://github.com/GNOME/gimp.git
fixed typo (bug #157513).
2004-11-06 Sven Neumann <sven@gimp.org> * app/dialogs/preferences-dialog.c: fixed typo (bug #157513).
This commit is contained in:
parent
01305d57bb
commit
1a409fed97
|
@ -1,3 +1,7 @@
|
|||
2004-11-06 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/dialogs/preferences-dialog.c: fixed typo (bug #157513).
|
||||
|
||||
2004-11-06 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/dialogs/convert-dialog.c (convert_dialog_new): removed
|
||||
|
|
|
@ -597,7 +597,7 @@ prefs_session_clear_callback (GtkWidget *widget,
|
|||
{
|
||||
gtk_widget_set_sensitive (widget, FALSE);
|
||||
|
||||
g_message (_("Your window setup will be reset to default values. "
|
||||
g_message (_("Your window setup will be reset to default values "
|
||||
"the next time you start GIMP."));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue