From bc2c095db69be01837d07af1151b0f0a3061713f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 4 Jan 2016 15:44:31 +0300 Subject: Add missing TRANSLATORS comments to translation strings. --- src/gui/windows/chatwindow.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/windows/chatwindow.cpp') diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index bdd772ea1..1435a59e9 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -2193,9 +2193,14 @@ void ChatWindow::joinRoom(const bool isJoin) { std::string name; if (isJoin) + { name = PlayerInfo::getRoomName(); + } else + { + // TRANSLATORS: chat tab name name = _("General"); + } tab->setCaption(name); } } -- cgit v1.2.3-60-g2f50