diff options
author | Danny Dorazio <danny@dorazio.me> | 2023-08-20 23:00:50 -0400 |
---|---|---|
committer | Danny Dorazio <danny@dorazio.me> | 2023-08-20 23:00:50 -0400 |
commit | 3638fc0a7db049e83e7e4ffab0d2100b9e2e7c58 (patch) | |
tree | 2962db0fc9d17abc42fdb57eb49310ca1320a63d | |
parent | 8092c321a943ab64faab2c15ee5c44b83b56289d (diff) | |
download | PrismLauncher-3638fc0a7db049e83e7e4ffab0d2100b9e2e7c58.tar.gz PrismLauncher-3638fc0a7db049e83e7e4ffab0d2100b9e2e7c58.tar.bz2 PrismLauncher-3638fc0a7db049e83e7e4ffab0d2100b9e2e7c58.zip |
Update “Welcome” message on account list page
-rw-r--r-- | launcher/ui/pages/global/AccountListPage.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/launcher/ui/pages/global/AccountListPage.cpp b/launcher/ui/pages/global/AccountListPage.cpp index 5c6fb092..c0bd1607 100644 --- a/launcher/ui/pages/global/AccountListPage.cpp +++ b/launcher/ui/pages/global/AccountListPage.cpp @@ -64,7 +64,8 @@ AccountListPage::AccountListPage(QWidget* parent) : QMainWindow(parent), ui(new ui->setupUi(this); ui->listView->setEmptyString( tr("Welcome!\n" - "If you're new here, you can click the \"Add\" button to add your Mojang or Minecraft account.")); + "If you're new here, you can select the \"Add Microsoft\" or \"Add Mojang\" buttons to link your Microsoft and/or Mojang " + "accounts.")); ui->listView->setEmptyMode(VersionListView::String); ui->listView->setContextMenuPolicy(Qt::CustomContextMenu); |