mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 13:48:59 -04:00
add the clean cert routine for gpg certs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2090 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
868e60af06
commit
c0acb71136
3 changed files with 22 additions and 3 deletions
|
@ -813,7 +813,7 @@ void ConclusionPage::initializePage() {
|
|||
//set the radio button to sign the GPG key
|
||||
if (detail.accept_connection && !detail.ownsign) {
|
||||
//gpg key connection is already accepted, don't propose to accept it again
|
||||
signGPGRadioButton->setText(tr("Peer is already a GPG key is already a retroshare friend. Sign his GPG key."));
|
||||
signGPGRadioButton->setText(tr("Peer is already a retroshare friend. Sign his GPG key."));
|
||||
signGPGRadioButton->setChecked(true);
|
||||
acceptNoSignGPGRadioButton->hide();
|
||||
acceptNoSignGPGRadioButton->setChecked(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue