diff -r 31170b0850fa -r 9b202abc5910 QTfrontend/newnetclient.cpp --- a/QTfrontend/newnetclient.cpp Mon Sep 07 17:01:49 2009 +0000 +++ b/QTfrontend/newnetclient.cpp Mon Sep 07 17:02:22 2009 +0000 @@ -375,7 +375,7 @@ emit configAsked(); } emit nickAdded(lst[i]); - emit chatStringFromNet(QString(tr("*** %1 joined")).arg(lst[i])); + emit chatStringFromNet(QString(tr("[%1 has joined the room]")).arg(lst[i])); } return; } @@ -397,7 +397,7 @@ } emit nickAddedLobby(lst[i]); - emit chatStringLobby(QString(tr("*** %1 joined")).arg(lst[i])); + emit chatStringLobby(QString(tr("[%1 has joined]")).arg(lst[i])); } return; }