From a2a19675f90e1f305fa488b691d1ea1d5221e35b Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Wed, 11 Jul 2012 20:16:51 +0200 Subject: [PATCH] changed labels (bug 1022837) Fixes: https://launchpad.net/bugs/1022837 --- openlp/core/ui/formattingtagdialog.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openlp/core/ui/formattingtagdialog.py b/openlp/core/ui/formattingtagdialog.py index e80ed45d1..1eb03e13c 100644 --- a/openlp/core/ui/formattingtagdialog.py +++ b/openlp/core/ui/formattingtagdialog.py @@ -130,15 +130,15 @@ class Ui_FormattingTagDialog(object): 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(