mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-13 17:44:48 -07:00
Gender => Pronouns
This commit is contained in:
parent
14bce93c7a
commit
6013974b5e
3 changed files with 3 additions and 3 deletions
|
|
@ -68,7 +68,7 @@ UserInfoBox::UserInfoBox(AbstractClient *_client, bool _editable, QWidget *paren
|
|||
void UserInfoBox::retranslateUi()
|
||||
{
|
||||
realNameLabel1.setText(tr("Real name:"));
|
||||
genderLabel1.setText(tr("Gender:"));
|
||||
genderLabel1.setText(tr("Pronouns:"));
|
||||
countryLabel1.setText(tr("Location:"));
|
||||
userLevelLabel1.setText(tr("User level:"));
|
||||
accountAgeLebel1.setText(tr("Account Age:"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue