aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/instance
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-03-29 11:24:48 +0200
committerGitHub <noreply@github.com>2022-03-29 11:24:48 +0200
commit306df9e17f5c26832ed18e3d618c908c0aba3193 (patch)
treee22d08843e8139346b1d64bc0e8a12560b9631b7 /launcher/ui/pages/instance
parent5f2e7683764461dd70e5a3593a6bab1cc3e6146d (diff)
parentea60e48d9dbbabb4bc4418e691a4017d25ad4123 (diff)
downloadPrismLauncher-306df9e17f5c26832ed18e3d618c908c0aba3193.tar.gz
PrismLauncher-306df9e17f5c26832ed18e3d618c908c0aba3193.tar.bz2
PrismLauncher-306df9e17f5c26832ed18e3d618c908c0aba3193.zip
Merge pull request #352 from Scrumplex/fix-name
Update Credits and Branding
Diffstat (limited to 'launcher/ui/pages/instance')
-rw-r--r--launcher/ui/pages/instance/VersionPage.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/launcher/ui/pages/instance/VersionPage.cpp b/launcher/ui/pages/instance/VersionPage.cpp
index 97c6fe8f..ed37dd1a 100644
--- a/launcher/ui/pages/instance/VersionPage.cpp
+++ b/launcher/ui/pages/instance/VersionPage.cpp
@@ -2,6 +2,7 @@
/*
* PolyMC - Minecraft Launcher
* Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org>
+ * Copyright (c) 2022 Sefa Eyeoglu <contact@scrumplex.net>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -422,7 +423,7 @@ void VersionPage::on_actionDownload_All_triggered()
{
CustomMessageBox::selectable(
this, tr("Error"),
- tr("PolyMC cannot download Minecraft or update instances unless you have at least "
+ tr("Cannot download Minecraft or update instances unless you have at least "
"one account added.\nPlease add your Mojang or Minecraft account."),
QMessageBox::Warning)->show();
return;