mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 10:54:22 -05:00
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:
parent
b6ebcd1a81
commit
f12bad3d51
@ -254,7 +254,7 @@ void PeersDialog::peertreeWidgetCostumPopupMenu( QPoint point )
|
||||
//this is a GPG key
|
||||
textLabel = new QLabel( tr("<strong>GPG Key</strong>"), this );
|
||||
} else {
|
||||
textLabel = new QLabel( tr("<strong>Retroshare instance</strong>"), this );
|
||||
textLabel = new QLabel( tr("<strong>RetroShare instance</strong>"), this );
|
||||
}
|
||||
|
||||
hbox->addWidget(textLabel);
|
||||
|
Loading…
Reference in New Issue
Block a user