mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-15 10:54:22 -05:00
restored back changes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2396 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dd818e1c68
commit
4ed969a4cd
@ -197,9 +197,9 @@ TextPage::TextPage(QWidget *parent)
|
||||
"color:#32cd32;\">%1</span>");
|
||||
setTitle( titleStr.arg( tr("Text certificate") ) ) ;
|
||||
|
||||
setSubTitle(tr("Use text representation of the GPG certificates."));
|
||||
setSubTitle(tr("Use text representation of the PGP certificates."));
|
||||
|
||||
userCertLabel = new QLabel(tr("The text below is your GPG certificate. "
|
||||
userCertLabel = new QLabel(tr("The text below is your PGP 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 GPG "
|
||||
friendCertLabel = new QLabel(tr("Please, paste your friends PGP "
|
||||
"certificate into the box below" )) ;
|
||||
|
||||
friendCertEdit = new QTextEdit;
|
||||
@ -598,7 +598,7 @@ CertificatePage::CertificatePage(QWidget *parent) : QWizardPage(parent) {
|
||||
"color:#32cd32;\">%1</span>");
|
||||
setTitle( titleStr.arg( tr("Certificate files") ) ) ;
|
||||
|
||||
setSubTitle(tr("Use GPG certificates saved in files."));
|
||||
setSubTitle(tr("Use PGP certificates saved in files."));
|
||||
|
||||
userFileLabel = new QLabel(tr("You have to generate a file with your "
|
||||
"certificate and give it to your friend. "
|
||||
|
Loading…
Reference in New Issue
Block a user