string change.

2008-05-23  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpimagemaptool-settings.c: string change.

svn path=/trunk/; revision=25778
This commit is contained in:
Sven Neumann 2008-05-23 14:21:32 +00:00 committed by Sven Neumann
parent 5aa59b3ba0
commit 35738aa952
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2008-05-23 Sven Neumann <sven@gimp.org>
* app/tools/gimpimagemaptool-settings.c: string change.
2008-05-23 Sven Neumann <sven@gimp.org>
* app/core/gimpchannel-select.c

View File

@ -433,11 +433,10 @@ gimp_image_map_tool_favorite_activate (GtkWidget *widget,
{
GtkWidget *dialog;
dialog = gimp_query_string_box (_("Save Settings to Favorites"),
dialog = gimp_query_string_box (_("Add Settings to Favorites"),
tool->shell,
gimp_standard_help_func,
NULL, /*GIMP_HELP_TOOL_OPTIONS_DIALOG, */
_("Enter a name for the saved settings"),
gimp_standard_help_func, NULL,
_("Enter a name for the settings"),
_("Saved Settings"),
G_OBJECT (tool->shell), "hide",
gimp_image_map_tool_favorite_callback, tool);