fix: remove "PolyMC" from strings

This commit is contained in:
Sefa Eyeoglu
2022-03-26 22:21:08 +01:00
parent 87cf38a377
commit 85f3fc9944
7 changed files with 18 additions and 11 deletions

View File

@ -422,7 +422,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;