openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #03842
Re: [Merge] lp:~whydoubt/openlp/easyworship into lp:openlp
Review: Needs Fixing
Just one thing, you need to wrap your "Importing" text in a call to translate():
21 self.import_wizard.incrementProgressBar(
22 u'Importing "%s"...' % title, 0)
should look like this:
21 self.import_wizard.incrementProgressBar(
22 unicode(translate('SongsPlugin.SongImportWizard', 'Importing "%s"...')) % title, 0)
--
https://code.launchpad.net/~whydoubt/openlp/easyworship/+merge/36616
Your team OpenLP Core is subscribed to branch lp:openlp.
References