app: fix the action name of the action search dialog
This commit is contained in:
parent
8f6ddd2888
commit
2b6a10b731
2 changed files with 4 additions and 4 deletions
|
|
@ -271,9 +271,9 @@ static const GimpStringActionEntry dialogs_toplevel_actions[] =
|
|||
"gimp-about-dialog",
|
||||
GIMP_HELP_ABOUT_DIALOG },
|
||||
|
||||
{ "help-action-search", "edit-find",
|
||||
NC_("help-action", "_Search and Run a Command"), "slash",
|
||||
NC_("help-action", "Search commands by keyword, and run them"),
|
||||
{ "dialogs-action-search", "edit-find",
|
||||
NC_("dialogs-action", "_Search and Run a Command"), "slash",
|
||||
NC_("dialogs-action", "Search commands by keyword, and run them"),
|
||||
"gimp-action-search-dialog",
|
||||
GIMP_HELP_ACTION_SEARCH_DIALOG }
|
||||
};
|
||||
|
|
|
|||
|
|
@ -806,7 +806,7 @@
|
|||
<menuitem action="dialogs-tips" />
|
||||
<menuitem action="dialogs-about" />
|
||||
<separator />
|
||||
<menuitem action="help-action-search" />
|
||||
<menuitem action="dialogs-action-search" />
|
||||
<separator />
|
||||
<placeholder name="Programming" />
|
||||
<separator />
|
||||
|
|
|
|||
Loading…
Reference in a new issue