forked from qt-creator/qt-creator
Improve translated strings and make them consistent
Change-Id: I88a6e6ceaa44b22539449037faa788caa9f349fc Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -63,7 +63,8 @@ DocumentWarningWidget::DocumentWarningWidget(QWidget *parent)
|
||||
m_messageLabel->setForegroundRole(QPalette::ToolTipText);
|
||||
m_messageLabel->setWordWrap(true);
|
||||
|
||||
m_ignoreWarningsCheckBox->setText(tr("Ignore always these unsupported Qt Quick Designer warnings."));
|
||||
m_ignoreWarningsCheckBox->setText(tr("Always ignore these warnings about features "
|
||||
"not supported by Qt Quick Designer."));
|
||||
|
||||
connect(m_navigateLabel, &QLabel::linkActivated, this, [=](const QString &link) {
|
||||
if (link == QLatin1String("goToCode")) {
|
||||
|
||||
Reference in New Issue
Block a user