mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Label Plugin: Mark 'Label Options' for translation
This commit is contained in:
parent
30ee7fb170
commit
758f4ef920
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue