forked from qt-creator/qt-creator
Added missing translation
Reviewed-by: ossi
This commit is contained in:
committed by
Oswald Buddenhagen
parent
92a3d9ba2a
commit
a4c42ea4d9
@@ -619,7 +619,7 @@ void QMakeStepConfigWidget::updateQmlDebuggingWarningsLabel()
|
||||
|
||||
if (m_step->linkQmlDebuggingLibrary()) {
|
||||
if (m_step->isQmlDebuggingLibrarySupported()) {
|
||||
m_ui.qmlDebuggingWarningText->setText("Might make your application vulnerable. Only use in a safe environment!");
|
||||
m_ui.qmlDebuggingWarningText->setText(tr("Might make the application vulnerable. Use only in a safe environment."));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user