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:
@@ -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 }
|
||||||
};
|
};
|
||||||
|
@@ -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 />
|
||||||
|
Reference in New Issue
Block a user