Added missing translation

Reviewed-by: ossi
This commit is contained in:
Robert Loehning
2011-04-21 18:32:32 +02:00
committed by Oswald Buddenhagen
parent 92a3d9ba2a
commit a4c42ea4d9
2 changed files with 5 additions and 1 deletions

View File

@@ -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."));
}
}