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 ##
|
## Name for MediaDockManager, SettingsManager ##
|
||||||
self.strings[StringType.MediaItem] = {
|
self.strings[StringType.MediaItem] = {
|
||||||
u'title': translate('PresentationPlugin', 'kwPresentations')
|
u'title': translate('PresentationPlugin', 'Presentations')
|
||||||
}
|
}
|
||||||
# Middle Header Bar
|
# Middle Header Bar
|
||||||
## Load Button ##
|
## Load Button ##
|
||||||
|
Loading…
Reference in New Issue
Block a user