From e282f887a203e46be91e1d1bf0024d95214ed98c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 5 Oct 2014 18:21:15 +0300 Subject: Lower buttons text in char select dialog. --- src/gui/windows/charselectdialog.cpp | 4 ++-- 1 file 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), -- cgit v1.2.3-60-g2f50