diff options
Diffstat (limited to 'share/qtcreator/translations')
-rw-r--r-- | share/qtcreator/translations/extract-qmlwizards.xq | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/translations/extract-qmlwizards.xq b/share/qtcreator/translations/extract-qmlwizards.xq index b3daf0c654..9d6d8c0abe 100644 --- a/share/qtcreator/translations/extract-qmlwizards.xq +++ b/share/qtcreator/translations/extract-qmlwizards.xq @@ -1,6 +1,6 @@ -let $prefix := string("QT_TRANSLATE_NOOP("QmlProjectManager::QmlApplicationWizardDialog", "") +let $prefix := string("QT_TRANSLATE_NOOP("QmlProjectManager::QmlApplicationWizard", "") let $suffix := concat("")", codepoints-to-string(10)) for $file in tokenize($files, string("\|")) let $doc := doc($file) - for $text in ($doc/*:template/*:description, $doc/*:wizard/*:displayname) + for $text in ($doc/*:template/*:description, $doc/*:template/*:displayname) return fn:concat($prefix, data($text), $suffix) |