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
@@ -9544,6 +9544,10 @@ S60 emulator run configuration default display name, %1 is base pro-File name</e
|
|||||||
<source><b>qmake:</b> %1 %2</source>
|
<source><b>qmake:</b> %1 %2</source>
|
||||||
<translation><b>qmake:</b> %1 %2</translation>
|
<translation><b>qmake:</b> %1 %2</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Might make the application vulnerable. Use only in a safe environment.</source>
|
||||||
|
<translation>Kann die Anwendung angreifbar machen. Verwenden sie diese Option nur in sicherer Umgebung.</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Qt4ProjectManager::Qt4Manager</name>
|
<name>Qt4ProjectManager::Qt4Manager</name>
|
||||||
|
@@ -619,7 +619,7 @@ void QMakeStepConfigWidget::updateQmlDebuggingWarningsLabel()
|
|||||||
|
|
||||||
if (m_step->linkQmlDebuggingLibrary()) {
|
if (m_step->linkQmlDebuggingLibrary()) {
|
||||||
if (m_step->isQmlDebuggingLibrarySupported()) {
|
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