mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-20 02:53:24 -05:00
Update ChatLobbyUserNotify.cpp
This commit is contained in:
parent
982c8377f8
commit
66ab7c9eab
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue