From 725cb2f86340079302ffe4d2fb0b2679ff788c0c Mon Sep 17 00:00:00 2001 From: Matt Lowe Date: Thu, 2 Apr 2015 23:02:54 +0200 Subject: [PATCH] Renamed userlist tab to account --- cockatrice/src/tab_userlists.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/tab_userlists.h b/cockatrice/src/tab_userlists.h index 7511c9ea..f0228de2 100644 --- a/cockatrice/src/tab_userlists.h +++ b/cockatrice/src/tab_userlists.h @@ -45,7 +45,7 @@ private: public: TabUserLists(TabSupervisor *_tabSupervisor, AbstractClient *_client, const ServerInfo_User &userInfo, QWidget *parent = 0); void retranslateUi(); - QString getTabText() const { return tr("User lists"); } + QString getTabText() const { return tr("Account"); } const UserList *getAllUsersList() const { return allUsersList; } const UserList *getBuddyList() const { return buddyList; } const UserList *getIgnoreList() const { return ignoreList; }