plug-ins: add and correct gettext macros in Python

This commit is contained in:
Anders Jonsson 2023-07-24 22:30:45 +02:00 committed by Jehan
parent 21a329dae6
commit 8b84c5551b
3 changed files with 4 additions and 4 deletions

View file

@ -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")