From 3ccfdb2ae573f555e5b98fc3b3f2ba1a950d6c33 Mon Sep 17 00:00:00 2001 From: defnax Date: Tue, 23 Feb 2010 00:22:04 +0000 Subject: [PATCH] replace PGP strings with GPG git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2394 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp b/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp index c91d53705..e2a0644ab 100755 --- a/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp +++ b/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp @@ -197,9 +197,9 @@ TextPage::TextPage(QWidget *parent) "color:#32cd32;\">%1"); setTitle( titleStr.arg( tr("Text certificate") ) ) ; - setSubTitle(tr("Use text representation of the PGP certificates.")); + setSubTitle(tr("Use text representation of the GPG certificates.")); - userCertLabel = new QLabel(tr("The text below is your PGP certificate. " + userCertLabel = new QLabel(tr("The text below is your GPG certificate. " "You have to provide it to your friend ")); std::cerr << "TextPage() getting Invite" << std::endl; @@ -271,7 +271,7 @@ TextPage::TextPage(QWidget *parent) userCertLayout->addWidget(userCertEdit); userCertLayout->addLayout(userCertButtonsLayout); - friendCertLabel = new QLabel(tr("Please, paste your friends PGP " + friendCertLabel = new QLabel(tr("Please, paste your friends GPG " "certificate into the box below" )) ; friendCertEdit = new QTextEdit; @@ -598,7 +598,7 @@ CertificatePage::CertificatePage(QWidget *parent) : QWizardPage(parent) { "color:#32cd32;\">%1"); setTitle( titleStr.arg( tr("Certificate files") ) ) ; - setSubTitle(tr("Use PGP certificates saved in files.")); + setSubTitle(tr("Use GPG certificates saved in files.")); userFileLabel = new QLabel(tr("You have to generate a file with your " "certificate and give it to your friend. "