diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 18:21:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-05 18:21:15 +0300 |
commit | e282f887a203e46be91e1d1bf0024d95214ed98c (patch) | |
tree | bc6cdb57286f9560f84fa1d4fcd9fc1166aaeeb7 | |
parent | f087e7797f16ef2698a49be643b89151c6d83a88 (diff) | |
download | plus-e282f887a203e46be91e1d1bf0024d95214ed98c.tar.gz plus-e282f887a203e46be91e1d1bf0024d95214ed98c.tar.bz2 plus-e282f887a203e46be91e1d1bf0024d95214ed98c.tar.xz plus-e282f887a203e46be91e1d1bf0024d95214ed98c.zip |
Lower buttons text in char select dialog.
-rw-r--r-- | src/gui/windows/charselectdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/windows/charselectdialog.cpp b/src/gui/windows/charselectdialog.cpp index b9d8e4cd6..5b4822a17 100644 --- a/src/gui/windows/charselectdialog.cpp +++ b/src/gui/windows/charselectdialog.cpp @@ -68,9 +68,9 @@ CharSelectDialog::CharSelectDialog(LoginData *const data) : KeyListener(), mLoginData(data), // TRANSLATORS: char select dialog. button. - mSwitchLoginButton(new Button(this, _("Switch Login"), "switch", this)), + mSwitchLoginButton(new Button(this, _("Switch"), "switch", this)), // TRANSLATORS: char select dialog. button. - mChangePasswordButton(new Button(this, _("Change Password"), + mChangePasswordButton(new Button(this, _("Password"), "change_password", this)), mUnregisterButton(nullptr), mChangeEmailButton(nullptr), |