GH-2839 remove username wording from login and account dialogs
This commit is contained in:
parent
6288805f37
commit
8bdff97ac0
@ -30,7 +30,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="userTextBox">
|
<widget class="QLineEdit" name="userTextBox">
|
||||||
<property name="placeholderText">
|
<property name="placeholderText">
|
||||||
<string>Email / Username</string>
|
<string>Email</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="userTextBox">
|
<widget class="QLineEdit" name="userTextBox">
|
||||||
<property name="placeholderText">
|
<property name="placeholderText">
|
||||||
<string>Email / Username</string>
|
<string>Email</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -103,8 +103,7 @@ void AccountListPage::listChanged()
|
|||||||
|
|
||||||
void AccountListPage::on_actionAdd_triggered()
|
void AccountListPage::on_actionAdd_triggered()
|
||||||
{
|
{
|
||||||
addAccount(tr("Please enter your Mojang or Minecraft account username and password to add "
|
addAccount(tr("Please enter your Minecraft account email and password to add your account."));
|
||||||
"your account."));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void AccountListPage::on_actionRemove_triggered()
|
void AccountListPage::on_actionRemove_triggered()
|
||||||
|
Loading…
Reference in New Issue
Block a user