openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #16610
[Merge] lp:~googol/openlp/bug-1022837 into lp:openlp
Andreas Preikschat has proposed merging lp:~googol/openlp/bug-1022837 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #1022837 in OpenLP: "Configure Formatting Tags has inconsistent control labels"
https://bugs.launchpad.net/openlp/+bug/1022837
For more details, see:
https://code.launchpad.net/~googol/openlp/bug-1022837/+merge/114482
fixed bug 1022837 (Configure Formatting Tags has inconsistent control labels)
--
https://code.launchpad.net/~googol/openlp/bug-1022837/+merge/114482
Your team OpenLP Core is requested to review the proposed merge of lp:~googol/openlp/bug-1022837 into lp:openlp.
=== modified file 'openlp/core/ui/formattingtagdialog.py'
--- openlp/core/ui/formattingtagdialog.py 2012-06-22 14:14:53 +0000
+++ openlp/core/ui/formattingtagdialog.py 2012-07-11 18:20:24 +0000
@@ -130,15 +130,15 @@
translate('OpenLP.FormattingTagDialog', 'Description'))
self.tagLabel.setText(translate('OpenLP.FormattingTagDialog', 'Tag'))
self.startTagLabel.setText(
- translate('OpenLP.FormattingTagDialog', 'Start tag'))
+ translate('OpenLP.FormattingTagDialog', 'Start HTML'))
self.endTagLabel.setText(
- translate('OpenLP.FormattingTagDialog', 'End tag'))
+ translate('OpenLP.FormattingTagDialog', 'End HTML'))
self.deletePushButton.setText(UiStrings().Delete)
self.newPushButton.setText(UiStrings().New)
self.tagTableWidget.horizontalHeaderItem(0).setText(
translate('OpenLP.FormattingTagDialog', 'Description'))
self.tagTableWidget.horizontalHeaderItem(1).setText(
- translate('OpenLP.FormattingTagDialog', 'Tag Id'))
+ translate('OpenLP.FormattingTagDialog', 'Tag'))
self.tagTableWidget.horizontalHeaderItem(2).setText(
translate('OpenLP.FormattingTagDialog', 'Start HTML'))
self.tagTableWidget.horizontalHeaderItem(3).setText(
Follow ups