forked from openlp/openlp
Python 2.5 cant handle unicode strings in optparse
This commit is contained in:
parent
a308c66aa9
commit
84a6c273fe
@ -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 ##
|
||||
|
Loading…
Reference in New Issue
Block a user