rename Context menu string in PeersDialog and update some translations

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3551 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-09-28 15:43:06 +00:00
parent 6af91da0cf
commit 710052ab62
26 changed files with 10847 additions and 7979 deletions

View file

@ -397,7 +397,7 @@ void PeersDialog::peertreeWidgetCostumPopupMenu( QPoint point )
break;
case TYPE_GPG:
//this is a GPG key
textLabel->setText(tr("<strong>GPG Key</strong>"));
textLabel->setText(tr("<strong>Friend</strong>"));
break;
}