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:
Sven Neumann 2004-11-06 14:25:03 +00:00 committed by Sven Neumann
parent 01305d57bb
commit 1a409fed97
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -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."));
}
}