mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-18 10:57:18 -05:00
renamded XPGP text entries to PGP
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1499 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6e5d2f43d8
commit
637bb50c6e
@ -153,9 +153,9 @@ TextPage::TextPage(QWidget *parent)
|
||||
"color:#32cd32;\">%1</span>");
|
||||
setTitle( titleStr.arg( tr("Text certificate") ) ) ;
|
||||
|
||||
setSubTitle(tr("Use text representation of the XPGP certificates."));
|
||||
setSubTitle(tr("Use text representation of the PGP certificates."));
|
||||
|
||||
userCertLabel = new QLabel(tr("The text below is your XPGP 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;
|
||||
@ -220,7 +220,7 @@ TextPage::TextPage(QWidget *parent)
|
||||
userCertLayout->addWidget(userCertEdit);
|
||||
userCertLayout->addLayout(userCertButtonsLayout);
|
||||
|
||||
friendCertLabel = new QLabel(tr("Please, paste your friends XPGP "
|
||||
friendCertLabel = new QLabel(tr("Please, paste your friends PGP "
|
||||
"certificate into the box below" )) ;
|
||||
|
||||
friendCertEdit = new QTextEdit;
|
||||
@ -591,7 +591,7 @@ CertificatePage::CertificatePage(QWidget *parent)
|
||||
"color:#32cd32;\">%1</span>");
|
||||
setTitle( titleStr.arg( tr("Certificate files") ) ) ;
|
||||
|
||||
setSubTitle(tr("Use XPGP 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