changed welcome message in broadcast chat

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6529 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-07-22 12:34:05 +00:00
parent b105d02524
commit 9e7d6aa00b

View File

@ -146,7 +146,7 @@ FriendsDialog::FriendsDialog(QWidget *parent)
style.setStyleFromSettings(ChatStyle::TYPE_PUBLIC);
setChatInfo(tr("Welcome to RetroShare's group chat."), QString::fromUtf8("blue"));
setChatInfo(tr("Retroshare broadcast chat: messages are sent to all connected friends."), QString::fromUtf8("blue"));
if (rsHistory->getEnable(true)) {
int messageCount = Settings->getPublicChatHistoryCount();