From b976e5a387ebfb0e07d3eb27c37682fea57eff73 Mon Sep 17 00:00:00 2001 From: defnax Date: Mon, 12 Apr 2010 22:37:23 +0000 Subject: [PATCH] Fixed new message string git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2708 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/MainWindow.cpp b/retroshare-gui/src/gui/MainWindow.cpp index 1e414b440..8d3aef024 100644 --- a/retroshare-gui/src/gui/MainWindow.cpp +++ b/retroshare-gui/src/gui/MainWindow.cpp @@ -361,7 +361,7 @@ void MainWindow::updateStatus() if(new_msg) { trayIcon->setIcon(QIcon(":/images/newmsg.png")); - trayIcon->setToolTip(tr("RetroShare") + "\n" + tr("You has a new message")); + trayIcon->setToolTip(tr("RetroShare") + "\n" + tr("You have received a new message")); } else if (online == 0) {