aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
Diffstat (limited to 'launcher')
-rw-r--r--launcher/JavaCommon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/JavaCommon.cpp b/launcher/JavaCommon.cpp
index 4ba319b8..aa4d1123 100644
--- a/launcher/JavaCommon.cpp
+++ b/launcher/JavaCommon.cpp
@@ -105,7 +105,7 @@ void JavaCommon::javaBinaryWasBad(QWidget *parent, JavaCheckResult result)
void JavaCommon::javaCheckNotFound(QWidget *parent)
{
QString text;
- text += QObject::tr("Java checker library could not be found. Please check your installation");
+ text += QObject::tr("Java checker library could not be found. Please check your installation.");
CustomMessageBox::selectable(parent, QObject::tr("Java test failure"), text, QMessageBox::Warning)->show();
}