Commit e96e2e4b authored by poixen's avatar poixen
Browse files

Merge pull request #906 from poixen/rename_user_lists

Renamed userlist tab to account
parents 174d309b 725cb2f8
......@@ -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; }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment