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:
parent
e8e5915b28
commit
f34d6e2d3f
3 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"),
|
||||
|
|
|
|||
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue