mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 17:59:37 +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
|
@ -150,7 +150,7 @@ class PaletteOffset (Gimp.PlugIn):
|
|||
dialog.get_content_area().add(box)
|
||||
box.show()
|
||||
|
||||
label = Gtk.Label.new_with_mnemonic("Off_set")
|
||||
label = Gtk.Label.new(_("Offset"))
|
||||
box.pack_start(label, False, False, 1)
|
||||
label.show()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue