openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #01716
Re: lp:~frodus86/openlp/missed_trUtf8_now_replaced_with_translate into lp:openlp
Review: Needs Fixing needs fixing
In addition to Jon's comment, those "Import a", "Load a", etc strings need to be something like this:
self.addToolbarButton(
unicode(translate(u'MediaManagerItem', u'Import %s')) % self.PluginNameShort,
unicode(translate(u'MediaManagerItem', u'Import a %s')) % self.PluginNameVisible,
u':/general/general_import.png', self.onImportClick)
--
https://code.launchpad.net/~frodus86/openlp/missed_trUtf8_now_replaced_with_translate/+merge/27137
Your team OpenLP Core is subscribed to branch lp:openlp.
References