Gender => Pronouns

This commit is contained in:
Fabio Bas 2015-07-07 14:10:15 +02:00
parent 14bce93c7a
commit 6013974b5e
3 changed files with 3 additions and 3 deletions

View file

@ -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:"));