aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Ionut Tripon <alexandru.tripon97@gmail.com>2023-10-01 00:32:17 +0300
committerGitHub <noreply@github.com>2023-10-01 00:32:17 +0300
commit317c7b5544a0f797593c0465d927089953c2b506 (patch)
treee958610d10461fa337ec661f2c4e23b9c1e35ea1
parent00bbbdc6e9f9e3e772c73b024b5f06a6ddf76f9a (diff)
downloadPrismLauncher-317c7b5544a0f797593c0465d927089953c2b506.tar.gz
PrismLauncher-317c7b5544a0f797593c0465d927089953c2b506.tar.bz2
PrismLauncher-317c7b5544a0f797593c0465d927089953c2b506.zip
Update launcher/minecraft/auth/AccountList.cpp
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
-rw-r--r--launcher/minecraft/auth/AccountList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/auth/AccountList.cpp b/launcher/minecraft/auth/AccountList.cpp
index eed11e03..b141909a 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 (currently only MSA is supported.)");
+ return tr("Type of the account (MSA or Offline)");
case StatusColumn:
return tr("Current status of the account.");
default: