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);