mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
Gender => Pronouns
This commit is contained in:
parent
14bce93c7a
commit
6013974b5e
3 changed files with 3 additions and 3 deletions
|
|
@ -37,7 +37,7 @@ DlgRegister::DlgRegister(QWidget *parent)
|
|||
emailEdit = new QLineEdit();
|
||||
emailLabel->setBuddy(emailEdit);
|
||||
|
||||
genderLabel = new QLabel(tr("Gender:"));
|
||||
genderLabel = new QLabel(tr("Pronouns:"));
|
||||
genderEdit = new QComboBox();
|
||||
genderLabel->setBuddy(genderEdit);
|
||||
genderEdit->insertItem(0, QIcon(":/resources/genders/unknown.svg"), tr("Neutral"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue