From f12bad3d51911329ee1d6deba8cada5508fa8a76 Mon Sep 17 00:00:00 2001 From: defnax Date: Sat, 30 Jan 2010 11:24:06 +0000 Subject: [PATCH] fixed string for context menu git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2154 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/PeersDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/PeersDialog.cpp b/retroshare-gui/src/gui/PeersDialog.cpp index 1aea8654f..5272fc39b 100644 --- a/retroshare-gui/src/gui/PeersDialog.cpp +++ b/retroshare-gui/src/gui/PeersDialog.cpp @@ -254,7 +254,7 @@ void PeersDialog::peertreeWidgetCostumPopupMenu( QPoint point ) //this is a GPG key textLabel = new QLabel( tr("GPG Key"), this ); } else { - textLabel = new QLabel( tr("Retroshare instance"), this ); + textLabel = new QLabel( tr("RetroShare instance"), this ); } hbox->addWidget(textLabel);