openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #08688
[Merge] lp:~googol-hush/openlp/i18n into lp:openlp
Andreas Preikschat has proposed merging lp:~googol-hush/openlp/i18n into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~googol-hush/openlp/i18n/+merge/60286
Hello,
Fixed spelling
--
https://code.launchpad.net/~googol-hush/openlp/i18n/+merge/60286
Your team OpenLP Core is requested to review the proposed merge of lp:~googol-hush/openlp/i18n into lp:openlp.
=== modified file 'openlp/core/lib/ui.py'
--- openlp/core/lib/ui.py 2011-04-30 17:36:13 +0000
+++ openlp/core/lib/ui.py 2011-05-07 18:45:53 +0000
@@ -130,7 +130,7 @@
self.VersePerLine = translate('OpenLP.Ui', 'Verse Per Line')
self.Version = translate('OpenLP.Ui', 'Version')
self.View = translate('OpenLP.Ui', 'View')
- self.ViewMode = translate('OpenLP.Ui', 'View Model')
+ self.ViewMode = translate('OpenLP.Ui', 'View Mode')
def add_welcome_page(parent, image):
"""
Follow ups