forked from qt-creator/qt-creator
Fix tr()-messages.
Change-Id: I89bf087e924d7941aaec12bb8f4324df4a93793a Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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