fixed typo in dialog title.

2003-11-07  Michael Natterer  <mitch@gimp.org>

	* app/gui/tool-options-commands.c
	(tool_options_rename_saved_cmd_callback): fixed typo in dialog title.
This commit is contained in:
Michael Natterer 2003-11-07 11:45:26 +00:00 committed by Michael Natterer
parent e8e5915b28
commit f34d6e2d3f
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2003-11-07 Michael Natterer <mitch@gimp.org>
* app/gui/tool-options-commands.c
(tool_options_rename_saved_cmd_callback): fixed typo in dialog title.
2003-11-06 Jakub Steiner <jimmac@ximian.com>
* themes/Default/images/preferences/session.png: use somthing

View file

@ -117,7 +117,7 @@ tool_options_rename_saved_cmd_callback (GtkWidget *widget,
GimpToolOptions *options = GIMP_TOOL_OPTIONS (data);
GtkWidget *qbox;
qbox = gimp_query_string_box (_("Rename Save Tool Options"),
qbox = gimp_query_string_box (_("Rename Saved Tool Options"),
gimp_standard_help_func,
GIMP_HELP_TOOL_OPTIONS_DIALOG,
_("Enter a new name for the saved options"),

View file

@ -117,7 +117,7 @@ tool_options_rename_saved_cmd_callback (GtkWidget *widget,
GimpToolOptions *options = GIMP_TOOL_OPTIONS (data);
GtkWidget *qbox;
qbox = gimp_query_string_box (_("Rename Save Tool Options"),
qbox = gimp_query_string_box (_("Rename Saved Tool Options"),
gimp_standard_help_func,
GIMP_HELP_TOOL_OPTIONS_DIALOG,
_("Enter a new name for the saved options"),