From e195526d54c6361004ea886f12dced4b9537e73c Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 22 Oct 2015 17:13:38 +0200 Subject: Core: fix capitalization of JavaScript in a message Change-Id: I6f3392192a57ced81f7c051fb9df2032941e19f7 Reviewed-by: Tobias Hunger --- src/plugins/coreplugin/jsexpander.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
" + "Evaluate simple JavaScript statements.
" "The statements may not contain '{' nor '}' characters."), [this](QString in) -> QString { QString errorMessage; -- cgit v1.2.1