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_restoreButton->setEnabled(isCustom);
|
||||
m_details->setSummaryText(isCustom
|
||||
? tr("Use <strong>Customized Settings<strong>")
|
||||
: tr("Use <strong>Global Settings<strong>"));
|
||||
? tr("Use <strong>Customized Settings</strong>")
|
||||
: tr("Use <strong>Global Settings</strong>"));
|
||||
}
|
||||
|
||||
void AnalyzerRunConfigWidget::restoreGlobal()
|
||||
|
||||
@@ -85,7 +85,7 @@ AndroidPotentialKitWidget::AndroidPotentialKitWidget(QWidget *parent)
|
||||
layout->setMargin(0);
|
||||
QLabel *label = new QLabel;
|
||||
label->setText(tr("Qt Creator needs additional settings to enable Android support."
|
||||
"You can configure those settings in the Options dialog."));
|
||||
" You can configure those settings in the Options dialog."));
|
||||
label->setWordWrap(true);
|
||||
layout->addWidget(label, 0, 0, 1, 2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user