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

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