← Back to team overview

openlp-core team mailing list archive

[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/60940

Hello,

- fixed a missing period
-- 
https://code.launchpad.net/~googol-hush/openlp/i18n/+merge/60940
Your team OpenLP Core is requested to review the proposed merge of lp:~googol-hush/openlp/i18n into lp:openlp.
=== modified file 'openlp/plugins/bibles/lib/mediaitem.py'
--- openlp/plugins/bibles/lib/mediaitem.py	2011-05-12 11:55:53 +0000
+++ openlp/plugins/bibles/lib/mediaitem.py	2011-05-13 15:37:26 +0000
@@ -258,7 +258,7 @@
             translate('BiblesPlugin.MediaItem', 'Find:'))
         self.quickSearchButton.setText(UiStrings().Search)
         self.quickLockButton.setToolTip(translate('BiblesPlugin.MediaItem',
-            'Toggle to keep or clear the previous results'))
+            'Toggle to keep or clear the previous results.'))
         self.advancedVersionLabel.setText(u'%s:' % UiStrings().Version)
         self.advancedSecondLabel.setText(
             translate('BiblesPlugin.MediaItem', 'Second:'))


Follow ups