From f34d6e2d3fa0da16ea9c981359ea809bff4dff75 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Fri, 7 Nov 2003 11:45:26 +0000 Subject: [PATCH] fixed typo in dialog title. 2003-11-07 Michael Natterer * app/gui/tool-options-commands.c (tool_options_rename_saved_cmd_callback): fixed typo in dialog title. --- ChangeLog | 5 +++++ app/actions/tool-options-commands.c | 2 +- app/gui/tool-options-commands.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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"),