chore: cleanup a few more mentions of mojang accounts
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
7c636d4608
commit
f370f0d749
@ -88,8 +88,8 @@ void LaunchController::decideAccount()
|
|||||||
if (accounts->count() <= 0) {
|
if (accounts->count() <= 0) {
|
||||||
// Tell the user they need to log in at least one account in order to play.
|
// Tell the user they need to log in at least one account in order to play.
|
||||||
auto reply = CustomMessageBox::selectable(m_parentWidget, tr("No Accounts"),
|
auto reply = CustomMessageBox::selectable(m_parentWidget, tr("No Accounts"),
|
||||||
tr("In order to play Minecraft, you must have at least one Microsoft or Mojang "
|
tr("In order to play Minecraft, you must have at least one Microsoft "
|
||||||
"account logged in. Mojang accounts can only be used offline. "
|
"account logged in."
|
||||||
"Would you like to open the account manager to add an account now?"),
|
"Would you like to open the account manager to add an account now?"),
|
||||||
QMessageBox::Information, QMessageBox::Yes | QMessageBox::No)
|
QMessageBox::Information, QMessageBox::Yes | QMessageBox::No)
|
||||||
->exec();
|
->exec();
|
||||||
|
@ -366,7 +366,7 @@ QVariant AccountList::headerData(int section, [[maybe_unused]] Qt::Orientation o
|
|||||||
case NameColumn:
|
case NameColumn:
|
||||||
return tr("User name of the account.");
|
return tr("User name of the account.");
|
||||||
case TypeColumn:
|
case TypeColumn:
|
||||||
return tr("Type of the account - Mojang or MSA.");
|
return tr("Type of the account (currently only MSA is supported.)");
|
||||||
case StatusColumn:
|
case StatusColumn:
|
||||||
return tr("Current status of the account.");
|
return tr("Current status of the account.");
|
||||||
default:
|
default:
|
||||||
|
@ -872,7 +872,7 @@ void MainWindow::finalizeInstance(InstancePtr inst)
|
|||||||
} else {
|
} else {
|
||||||
CustomMessageBox::selectable(this, tr("Error"),
|
CustomMessageBox::selectable(this, tr("Error"),
|
||||||
tr("The launcher cannot download Minecraft or update instances unless you have at least "
|
tr("The launcher cannot download Minecraft or update instances unless you have at least "
|
||||||
"one account added.\nPlease add your Microsoft or Mojang account."),
|
"one account added.\nPlease add a Microsoft account."),
|
||||||
QMessageBox::Warning)
|
QMessageBox::Warning)
|
||||||
->show();
|
->show();
|
||||||
}
|
}
|
||||||
|
@ -153,7 +153,7 @@ void AccountListPage::on_actionAddOffline_triggered()
|
|||||||
{
|
{
|
||||||
if (!m_accounts->anyAccountIsValid()) {
|
if (!m_accounts->anyAccountIsValid()) {
|
||||||
QMessageBox::warning(this, tr("Error"),
|
QMessageBox::warning(this, tr("Error"),
|
||||||
tr("You must add a Microsoft or Mojang account that owns Minecraft before you can add an offline account."
|
tr("You must add a Microsoft account that owns Minecraft before you can add an offline account."
|
||||||
"<br><br>"
|
"<br><br>"
|
||||||
"If you have lost your account you can contact Microsoft for support."));
|
"If you have lost your account you can contact Microsoft for support."));
|
||||||
return;
|
return;
|
||||||
|
@ -411,7 +411,7 @@ void VersionPage::on_actionDownload_All_triggered()
|
|||||||
if (!APPLICATION->accounts()->anyAccountIsValid()) {
|
if (!APPLICATION->accounts()->anyAccountIsValid()) {
|
||||||
CustomMessageBox::selectable(this, tr("Error"),
|
CustomMessageBox::selectable(this, tr("Error"),
|
||||||
tr("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 Microsoft or Mojang account."),
|
"one account added.\nPlease add a Microsoft account."),
|
||||||
QMessageBox::Warning)
|
QMessageBox::Warning)
|
||||||
->show();
|
->show();
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user