forked from qt-creator/qt-creator
Fix tr()-messages.
Change-Id: I89bf087e924d7941aaec12bb8f4324df4a93793a Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -98,8 +98,8 @@ void AnalyzerRunConfigWidget::chooseSettings(int setting)
|
|||||||
m_configWidget->setEnabled(isCustom);
|
m_configWidget->setEnabled(isCustom);
|
||||||
m_restoreButton->setEnabled(isCustom);
|
m_restoreButton->setEnabled(isCustom);
|
||||||
m_details->setSummaryText(isCustom
|
m_details->setSummaryText(isCustom
|
||||||
? tr("Use <strong>Customized Settings<strong>")
|
? tr("Use <strong>Customized Settings</strong>")
|
||||||
: tr("Use <strong>Global Settings<strong>"));
|
: tr("Use <strong>Global Settings</strong>"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void AnalyzerRunConfigWidget::restoreGlobal()
|
void AnalyzerRunConfigWidget::restoreGlobal()
|
||||||
|
|||||||
Reference in New Issue
Block a user