summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/jsexpander.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/coreplugin/jsexpander.cpp')
-rw-r--r--src/plugins/coreplugin/jsexpander.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/jsexpander.cpp b/src/plugins/coreplugin/jsexpander.cpp
index 9ac707a964..d8fc71013a 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.<br>"
+ "Evaluate simple JavaScript statements.<br>"
"The statements may not contain '{' nor '}' characters."),
[this](QString in) -> QString {
QString errorMessage;