summaryrefslogtreecommitdiffstats
path: root/application/JavaCommon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'application/JavaCommon.cpp')
-rw-r--r--application/JavaCommon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/JavaCommon.cpp b/application/JavaCommon.cpp
index 403883e7..a8561f6d 100644
--- a/application/JavaCommon.cpp
+++ b/application/JavaCommon.cpp
@@ -43,7 +43,7 @@ void JavaCommon::TestCheck::javaArgsWereBad(JavaCheckResult result)
QString text;
htmlError.replace('\n', "<br />");
text += tr("The specified java binary didn't work with the arguments you provided:<br />");
- text += tr("<font color=\"red\">%1</font>").arg(htmlError);
+ text += QString("<font color=\"red\">%1</font>").arg(htmlError);
CustomMessageBox::selectable(m_parent, tr("Java test failure"), text, QMessageBox::Warning)
->show();
}