OSDN Git Service

Added missing translation
authorRobert Loehning <robert.loehning@nokia.com>
Thu, 21 Apr 2011 16:32:32 +0000 (18:32 +0200)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 21 Apr 2011 16:58:17 +0000 (18:58 +0200)
Reviewed-by: ossi
share/qtcreator/translations/qtcreator_de.ts
src/plugins/qt4projectmanager/qmakestep.cpp

index c02fc9b..923d6a7 100644 (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>
         <translation>&lt;b&gt;qmake:&lt;/b&gt; %1 %2</translation>
     </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>
     <name>Qt4ProjectManager::Qt4Manager</name>
index 66549d7..4c2c07f 100644 (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."));
         }
     }