diff --git a/src/plugins/coreplugin/externaltool.cpp b/src/plugins/coreplugin/externaltool.cpp index 1d3a5bdc969..9c1703e01f6 100644 --- a/src/plugins/coreplugin/externaltool.cpp +++ b/src/plugins/coreplugin/externaltool.cpp @@ -319,7 +319,8 @@ static void localizedText(const QStringList &locales, QXmlStreamReader *reader, } else { if (*currentLocale < 0 && currentText->isEmpty()) { *currentText = QCoreApplication::translate("Core::Internal::ExternalTool", - reader->readElementText().toUtf8().constData()); + reader->readElementText().toUtf8().constData(), + "", QCoreApplication::UnicodeUTF8); } else { reader->skipCurrentElement(); }