Label Plugin: Mark 'Label Options' for translation

This commit is contained in:
Calum Lind 2012-03-11 18:22:00 +00:00
parent cb9867a26f
commit 4240345daf

View File

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