diff --git a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.template b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.template
index 5152da59d68c813438ba4b2ed8eee3de987a924d..625d9224ddfb9452eb449f0593c567553e15d7b7 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.template
+++ b/share/qtcreator/qmldesigner/propertyeditor/PropertyTemplates/StringEditorTemplate.template
@@ -7,6 +7,7 @@ QWidget {
          LineEdit {
              backendValue: backendValues.%2
              baseStateFlag: isBaseState
+             translation: true
          }
     }
 }
\ No newline at end of file