diff options
author | seth <getchoo@tuta.io> | 2023-09-27 05:33:22 -0400 |
---|---|---|
committer | seth <getchoo@tuta.io> | 2023-09-27 05:34:48 -0400 |
commit | f370f0d749f4b4ff85daf3e494e4a64ae0c5782a (patch) | |
tree | c404c70a770487ddd808eb99750c972891cf4a47 /launcher/minecraft/auth | |
parent | 7c636d46080443357d10471b00406c549687ee11 (diff) | |
download | PrismLauncher-f370f0d749f4b4ff85daf3e494e4a64ae0c5782a.tar.gz PrismLauncher-f370f0d749f4b4ff85daf3e494e4a64ae0c5782a.tar.bz2 PrismLauncher-f370f0d749f4b4ff85daf3e494e4a64ae0c5782a.zip |
chore: cleanup a few more mentions of mojang accounts
Signed-off-by: seth <getchoo@tuta.io>
Diffstat (limited to 'launcher/minecraft/auth')
-rw-r--r-- | launcher/minecraft/auth/AccountList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/auth/AccountList.cpp b/launcher/minecraft/auth/AccountList.cpp index a29de4ec..eed11e03 100644 --- a/launcher/minecraft/auth/AccountList.cpp +++ b/launcher/minecraft/auth/AccountList.cpp @@ -366,7 +366,7 @@ QVariant AccountList::headerData(int section, [[maybe_unused]] Qt::Orientation o case NameColumn: return tr("User name of the account."); case TypeColumn: - return tr("Type of the account - Mojang or MSA."); + return tr("Type of the account (currently only MSA is supported.)"); case StatusColumn: return tr("Current status of the account."); default: |