Update ChatLobbyUserNotify.cpp

This commit is contained in:
felisucoibi 2017-01-17 16:49:36 +01:00 committed by GitHub
parent 982c8377f8
commit 66ab7c9eab

View File

@ -33,7 +33,7 @@
ChatLobbyUserNotify::ChatLobbyUserNotify(QObject *parent) :
UserNotify(parent)
{
_name = tr("Chat Lobbies");
_name = tr("Chats");
_group = "ChatLobby";
_bCheckForNickName = Settings->valueFromGroup(_group, "CheckForNickName", true).toBool();