1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 13:42:40 +02:00

app: fix the action name of the action search dialog

This commit is contained in:
Michael Natterer
2015-11-22 15:30:14 +01:00
parent 8f6ddd2888
commit 2b6a10b731
2 changed files with 4 additions and 4 deletions

View File

@@ -271,9 +271,9 @@ static const GimpStringActionEntry dialogs_toplevel_actions[] =
"gimp-about-dialog", "gimp-about-dialog",
GIMP_HELP_ABOUT_DIALOG }, GIMP_HELP_ABOUT_DIALOG },
{ "help-action-search", "edit-find", { "dialogs-action-search", "edit-find",
NC_("help-action", "_Search and Run a Command"), "slash", NC_("dialogs-action", "_Search and Run a Command"), "slash",
NC_("help-action", "Search commands by keyword, and run them"), NC_("dialogs-action", "Search commands by keyword, and run them"),
"gimp-action-search-dialog", "gimp-action-search-dialog",
GIMP_HELP_ACTION_SEARCH_DIALOG } GIMP_HELP_ACTION_SEARCH_DIALOG }
}; };

View File

@@ -806,7 +806,7 @@
<menuitem action="dialogs-tips" /> <menuitem action="dialogs-tips" />
<menuitem action="dialogs-about" /> <menuitem action="dialogs-about" />
<separator /> <separator />
<menuitem action="help-action-search" /> <menuitem action="dialogs-action-search" />
<separator /> <separator />
<placeholder name="Programming" /> <placeholder name="Programming" />
<separator /> <separator />