MacroExpander: Fix variable descriptions

Task-number: QTCREATORBUG-15072
Change-Id: I176f2404509fd6be87dd8db98f5f1f5ef5e34dd6
Reviewed-by: hjk <hjk@theqtcompany.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-09-17 11:49:45 +02:00
parent 897d3d6615
commit 39e8a3abf3
3 changed files with 5 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ JsExpander::JsExpander()
d = new Internal::JsExpanderPrivate;
Utils::globalMacroExpander()->registerPrefix("JS",
QCoreApplication::translate("Core::JsExpander",
"Evaluate simple Javascript statements.\n"
"Evaluate simple Javascript statements.<br>"
"The statements may not contain '{' nor '}' characters."),
[this](QString in) -> QString {
QString errorMessage;