mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-13 13:05:37 +00:00
Label Plugin: Mark 'Label Options' for translation
This commit is contained in:
parent
cb9867a26f
commit
4240345daf
@ -185,7 +185,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