aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authordada513 <dada513@protonmail.com>2022-07-16 22:27:03 +0200
committerGitHub <noreply@github.com>2022-07-16 22:27:03 +0200
commitdce435c882b3370d04ff9c0af9e690a703007628 (patch)
tree17508a9a7a851969beca5963192e68952490e3ed /launcher
parent8cf42f4e152333eb216d24c33a095d05dc0499d4 (diff)
parent396b3c3952295c8ce0cedb1bf2f77525cff0dbce (diff)
downloadPrismLauncher-dce435c882b3370d04ff9c0af9e690a703007628.tar.gz
PrismLauncher-dce435c882b3370d04ff9c0af9e690a703007628.tar.bz2
PrismLauncher-dce435c882b3370d04ff9c0af9e690a703007628.zip
Merge pull request #917 from Scrumplex/fix-translations-2
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();
}