diff options
Diffstat (limited to 'launcher')
| -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); | 
