openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #11436
[Merge] lp:~googol/openlp/trivial into lp:openlp
Andreas Preikschat has proposed merging lp:~googol/openlp/trivial into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~googol/openlp/trivial/+merge/72306
Hello,
- changed menu shortcut letter
The "c" is already used for "Configure OpenLP...". Actually you can assign it twice, but I consider it better when we only assign it once in a menu.
--
https://code.launchpad.net/~googol/openlp/trivial/+merge/72306
Your team OpenLP Core is requested to review the proposed merge of lp:~googol/openlp/trivial into lp:openlp.
=== modified file 'openlp/core/ui/mainwindow.py'
--- openlp/core/ui/mainwindow.py 2011-08-20 08:23:18 +0000
+++ openlp/core/ui/mainwindow.py 2011-08-20 17:58:25 +0000
@@ -417,7 +417,7 @@
self.settingsShortcutsItem.setText(
translate('OpenLP.MainWindow', 'Configure &Shortcuts...'))
self.formattingTagItem.setText(
- translate('OpenLP.MainWindow', '&Configure Formatting Tags...'))
+ translate('OpenLP.MainWindow', 'Configure &Formatting Tags...'))
self.settingsConfigureItem.setText(
translate('OpenLP.MainWindow', '&Configure OpenLP...'))
self.viewMediaManagerItem.setText(
Follow ups