mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
plug-ins: more complete naming for Python|Script-Fu consoles.
Just "Console" is enough in the context of menus with submenu hierarchy, but when accessing directly the feature (with Action Search for instance), a more accurate name is nicer. It avoids to have to check what is what in the tooltip text.
This commit is contained in:
parent
ab172872ce
commit
b00bb346a9
2 changed files with 2 additions and 2 deletions
|
@ -277,7 +277,7 @@ class PythonConsole (Gimp.PlugIn):
|
|||
procedure = Gimp.Procedure.new(self, name,
|
||||
Gimp.PDBProcType.PLUGIN,
|
||||
run, None)
|
||||
procedure.set_menu_label(N_("_Console"))
|
||||
procedure.set_menu_label(N_("Python _Console"))
|
||||
procedure.set_documentation(N_("Interactive GIMP Python interpreter"),
|
||||
"Type in commands and see results",
|
||||
"")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue