diff options
| author | Petr Mrázek <peterix@gmail.com> | 2020-01-08 13:37:05 +0100 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2020-01-08 13:37:05 +0100 |
| commit | 8bdff97ac0ff39f4a20e7e929b14b70427878b10 (patch) | |
| tree | 338d2d407e0c4c93b4b179a0636045098a3c5839 /application/pages/global | |
| parent | 6288805f37deb4041a300cbe95dacba5075c3952 (diff) | |
| download | PrismLauncher-8bdff97ac0ff39f4a20e7e929b14b70427878b10.tar.gz PrismLauncher-8bdff97ac0ff39f4a20e7e929b14b70427878b10.tar.bz2 PrismLauncher-8bdff97ac0ff39f4a20e7e929b14b70427878b10.zip | |
GH-2839 remove username wording from login and account dialogs
Diffstat (limited to 'application/pages/global')
| -rw-r--r-- | application/pages/global/AccountListPage.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/application/pages/global/AccountListPage.cpp b/application/pages/global/AccountListPage.cpp index c14134f3..0453ae00 100644 --- a/application/pages/global/AccountListPage.cpp +++ b/application/pages/global/AccountListPage.cpp @@ -103,8 +103,7 @@ void AccountListPage::listChanged() void AccountListPage::on_actionAdd_triggered() { - addAccount(tr("Please enter your Mojang or Minecraft account username and password to add " - "your account.")); + addAccount(tr("Please enter your Minecraft account email and password to add your account.")); } void AccountListPage::on_actionRemove_triggered() |
