summaryrefslogtreecommitdiff
path: root/src/plugins/analyzerbase
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2014-03-06 14:39:57 +0100
committerhjk <hjk121@nokiamail.com>2014-03-06 14:43:06 +0100
commitc4d5ccebe8e669f1fce5044875a7994cf796f40e (patch)
tree03621f8a6d464479ece01dbaf35b4a4399634646 /src/plugins/analyzerbase
parentdee57f69fe10fce39bcf7c367491109a63dc7b52 (diff)
downloadqt-creator-c4d5ccebe8e669f1fce5044875a7994cf796f40e.tar.gz
Analyzer: remove formatting from UI text
Change-Id: I316b3e631a010db6d7368ed963db9f0a77f7a9be Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/analyzerbase')
-rw-r--r--src/plugins/analyzerbase/analyzerrunconfigwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/analyzerbase/analyzerrunconfigwidget.cpp b/src/plugins/analyzerbase/analyzerrunconfigwidget.cpp
index 35ace48a98..321d392439 100644
--- a/src/plugins/analyzerbase/analyzerrunconfigwidget.cpp
+++ b/src/plugins/analyzerbase/analyzerrunconfigwidget.cpp
@@ -98,8 +98,8 @@ void AnalyzerRunConfigWidget::chooseSettings(int setting)
m_configWidget->setEnabled(isCustom);
m_restoreButton->setEnabled(isCustom);
m_details->setSummaryText(isCustom
- ? tr("Use <strong>Customized Settings</strong>")
- : tr("Use <strong>Global Settings</strong>"));
+ ? tr("Use Customized Settings")
+ : tr("Use Global Settings"));
}
void AnalyzerRunConfigWidget::restoreGlobal()