diff --git a/src/plugins/coreplugin/jsexpander.cpp b/src/plugins/coreplugin/jsexpander.cpp index 9ac707a964d..d8fc71013ae 100644 --- a/src/plugins/coreplugin/jsexpander.cpp +++ b/src/plugins/coreplugin/jsexpander.cpp @@ -87,7 +87,7 @@ JsExpander::JsExpander() d = new Internal::JsExpanderPrivate; Utils::globalMacroExpander()->registerPrefix("JS", QCoreApplication::translate("Core::JsExpander", - "Evaluate simple Javascript statements.
" + "Evaluate simple JavaScript statements.
" "The statements may not contain '{' nor '}' characters."), [this](QString in) -> QString { QString errorMessage;