fixed string for context menu

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2154 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-01-30 11:24:06 +00:00
parent b6ebcd1a81
commit f12bad3d51

View File

@ -254,7 +254,7 @@ void PeersDialog::peertreeWidgetCostumPopupMenu( QPoint point )
//this is a GPG key //this is a GPG key
textLabel = new QLabel( tr("<strong>GPG Key</strong>"), this ); textLabel = new QLabel( tr("<strong>GPG Key</strong>"), this );
} else { } else {
textLabel = new QLabel( tr("<strong>Retroshare instance</strong>"), this ); textLabel = new QLabel( tr("<strong>RetroShare instance</strong>"), this );
} }
hbox->addWidget(textLabel); hbox->addWidget(textLabel);