forked from qt-creator/qt-creator
Core: fix capitalization of JavaScript in a message
Change-Id: I6f3392192a57ced81f7c051fb9df2032941e19f7 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Tobias Hunger
parent
a2ae98557d
commit
e195526d54
@@ -87,7 +87,7 @@ JsExpander::JsExpander()
|
|||||||
d = new Internal::JsExpanderPrivate;
|
d = new Internal::JsExpanderPrivate;
|
||||||
Utils::globalMacroExpander()->registerPrefix("JS",
|
Utils::globalMacroExpander()->registerPrefix("JS",
|
||||||
QCoreApplication::translate("Core::JsExpander",
|
QCoreApplication::translate("Core::JsExpander",
|
||||||
"Evaluate simple Javascript statements.<br>"
|
"Evaluate simple JavaScript statements.<br>"
|
||||||
"The statements may not contain '{' nor '}' characters."),
|
"The statements may not contain '{' nor '}' characters."),
|
||||||
[this](QString in) -> QString {
|
[this](QString in) -> QString {
|
||||||
QString errorMessage;
|
QString errorMessage;
|
||||||
|
|||||||
Reference in New Issue
Block a user