diff options
Diffstat (limited to 'src/gui/windows/charselectdialog.cpp')
-rw-r--r-- | src/gui/windows/charselectdialog.cpp | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/gui/windows/charselectdialog.cpp b/src/gui/windows/charselectdialog.cpp index 21c84cdb4..ac5f3b291 100644 --- a/src/gui/windows/charselectdialog.cpp +++ b/src/gui/windows/charselectdialog.cpp @@ -102,7 +102,11 @@ CharSelectDialog::CharSelectDialog(LoginData &data) : n ++; if (serverFeatures->haveCharRename()) { - mRenameButton = new Button(this, _("Rename"), "rename", this); + mRenameButton = new Button(this, + // TRANSLATORS: character rename button + _("Rename"), + "rename", + this); placer(n, 0, mRenameButton); n ++; } @@ -296,8 +300,9 @@ void CharSelectDialog::action(const ActionEvent &event) else { CREATEWIDGET(OkDialog, - // TRANSLATORS: error message + // TRANSLATORS: error header _("Error"), + // TRANSLATORS: error message _("Incorrect password"), // TRANSLATORS: ok dialog button _("OK"), |