mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
Label Plugin: Mark 'Label Options' for translation
This commit is contained in:
parent
30ee7fb170
commit
758f4ef920
@ -189,7 +189,7 @@ class OptionsDialog(object):
|
||||
})
|
||||
|
||||
# Show the label name in the header label
|
||||
self.glade.get_widget("label_header").set_markup("<b>Label Options:</b> %s" % self.label)
|
||||
self.glade.get_widget("label_header").set_markup("<b>%s:</b> %s" % (_("Label Options"), self.label))
|
||||
|
||||
for chk_id, group in self.sensitive_groups:
|
||||
chk = self.glade.get_widget(chk_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user