openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #02998
[Merge] lp:~raoul-snyman/openlp/string-fix into lp:openlp
Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/string-fix into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Just fixing a string.
--
https://code.launchpad.net/~raoul-snyman/openlp/string-fix/+merge/33736
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/string-fix into lp:openlp.
=== modified file 'openlp/plugins/custom/forms/editcustomdialog.py'
--- openlp/plugins/custom/forms/editcustomdialog.py 2010-07-27 11:42:38 +0000
+++ openlp/plugins/custom/forms/editcustomdialog.py 2010-08-26 05:54:46 +0000
@@ -142,7 +142,7 @@
customEditDialog.setWindowTitle(
translate('CustomPlugin.EditCustomForm', 'Edit Custom Slides'))
self.upButton.setToolTip(
- translate('CustomPlugin.EditCustomForm', 'Move slide up once '
+ translate('CustomPlugin.EditCustomForm', 'Move slide up one '
'position.'))
self.downButton.setToolTip(
translate('CustomPlugin.EditCustomForm', 'Move slide down one '
Follow ups