mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00
plug-ins: add and correct gettext macros in Python
This commit is contained in:
parent
21a329dae6
commit
8b84c5551b
3 changed files with 4 additions and 4 deletions
|
@ -225,7 +225,7 @@ class GradientsSaveAsCSS (Gimp.PlugIn):
|
|||
procedure.set_documentation (_("Creates a new palette from a given gradient"),
|
||||
_("Creates a new palette from a given gradient"),
|
||||
name)
|
||||
procedure.set_menu_label("Save as CSS...")
|
||||
procedure.set_menu_label(_("Save as CSS..."))
|
||||
procedure.set_attribution("Joao S. O. Bueno",
|
||||
"(c) GPL V3.0 or later",
|
||||
"2011")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue