From 84a6c273fe10a5a473699ac0889c965ed46a932b Mon Sep 17 00:00:00 2001 From: rimach Date: Wed, 15 Sep 2010 20:07:08 +0200 Subject: [PATCH] Python 2.5 cant handle unicode strings in optparse --- openlp/plugins/presentations/presentationplugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/presentations/presentationplugin.py b/openlp/plugins/presentations/presentationplugin.py index 01b2f31ea..b085828e7 100644 --- a/openlp/plugins/presentations/presentationplugin.py +++ b/openlp/plugins/presentations/presentationplugin.py @@ -159,7 +159,7 @@ class PresentationPlugin(Plugin): } ## Name for MediaDockManager, SettingsManager ## self.strings[StringType.MediaItem] = { - u'title': translate('PresentationPlugin', 'kwPresentations') + u'title': translate('PresentationPlugin', 'Presentations') } # Middle Header Bar ## Load Button ##