From 7dc00dfc9ed1b5feb1e3200ac20059592bd1bec4 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Mon, 11 Mar 2024 19:23:44 +0000 Subject: Remove last-login(time) from char select window. No server in use still sends that field. **** Approved-by: Jesusalva Jesusalva --- src/gui/windows/charselectdialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/windows/charselectdialog.cpp') diff --git a/src/gui/windows/charselectdialog.cpp b/src/gui/windows/charselectdialog.cpp index 39112dfd2..77e224f7a 100644 --- a/src/gui/windows/charselectdialog.cpp +++ b/src/gui/windows/charselectdialog.cpp @@ -62,9 +62,9 @@ static const int SLOTS_PER_ROW = 5; CharSelectDialog::CharSelectDialog(LoginData &data) : - // TRANSLATORS: char select dialog name - Window(strprintf(_("Account %s (last login time %s)"), - data.username.c_str(), data.lastLogin.c_str()), + Window( + // TRANSLATORS: char select dialog name + strprintf(_("Account %s"), data.username.c_str()), Modal_false, nullptr, "char.xml"), -- cgit v1.2.3-70-g09d2