Emoticons pack. fix translation
This commit is contained in:
@@ -138,8 +138,8 @@ class EmoticonsPackPlugin(GajimPlugin):
|
||||
name = model.get_value(iter, C_NAME)
|
||||
|
||||
label = self.xml.get_object('label2')
|
||||
if label.get_text() == 'Legend':
|
||||
label.set_text('Description')
|
||||
if label.get_text() == _('Legend'):
|
||||
label.set_text(_('Description'))
|
||||
sys.path.append(os.path.join(self.tmp_dir, name))
|
||||
|
||||
import emoticons
|
||||
@@ -178,7 +178,7 @@ class EmoticonsPackPlugin(GajimPlugin):
|
||||
sw = self.xml.get_object('scrolledwindow1')
|
||||
sw.add(self.emoticons_description_textview.tv)
|
||||
sw.show_all()
|
||||
label.set_text('Legend')
|
||||
label.set_text(_('Legend'))
|
||||
desc = _(model.get_value(iter, C_DESCRIPTION))
|
||||
if not desc.startswith('<body '):
|
||||
desc = '<body xmlns=\'http://www.w3.org/1999/xhtml\'>' + \
|
||||
|
||||
Reference in New Issue
Block a user