diff --git a/ChangeLog b/ChangeLog index 415e998c46..0e4ad58410 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-11-07 Michael Natterer + + * app/gui/tool-options-commands.c + (tool_options_rename_saved_cmd_callback): fixed typo in dialog title. + 2003-11-06 Jakub Steiner * themes/Default/images/preferences/session.png: use somthing diff --git a/app/actions/tool-options-commands.c b/app/actions/tool-options-commands.c index 276b3f1761..89c7e9a6ed 100644 --- a/app/actions/tool-options-commands.c +++ b/app/actions/tool-options-commands.c @@ -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"), diff --git a/app/gui/tool-options-commands.c b/app/gui/tool-options-commands.c index 276b3f1761..89c7e9a6ed 100644 --- a/app/gui/tool-options-commands.c +++ b/app/gui/tool-options-commands.c @@ -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"),