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

@@ -9544,6 +9544,10 @@ S60 emulator run configuration default display name, %1 is base pro-File name</e
<source>&lt;b&gt;qmake:&lt;/b&gt; %1 %2</source> <source>&lt;b&gt;qmake:&lt;/b&gt; %1 %2</source>
<translation>&lt;b&gt;qmake:&lt;/b&gt; %1 %2</translation> <translation>&lt;b&gt;qmake:&lt;/b&gt; %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>

View File

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