mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-21 21:55:15 -05:00
enabled for some strings translation support
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1418 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f24e2dda02
commit
d5e866082e
@ -600,7 +600,7 @@ CertificatePage::CertificatePage(QWidget *parent)
|
|||||||
userFileLabel->setWordWrap(true);
|
userFileLabel->setWordWrap(true);
|
||||||
|
|
||||||
userFileCreateButton = new QPushButton;
|
userFileCreateButton = new QPushButton;
|
||||||
userFileCreateButton->setText("Export my certificate...");
|
userFileCreateButton->setText(tr("Export my certificate..."));
|
||||||
connect(userFileCreateButton, SIGNAL( clicked() ),
|
connect(userFileCreateButton, SIGNAL( clicked() ),
|
||||||
this, SLOT( generateCertificateCalled()));
|
this, SLOT( generateCertificateCalled()));
|
||||||
|
|
||||||
@ -619,7 +619,7 @@ CertificatePage::CertificatePage(QWidget *parent)
|
|||||||
registerField("friendCertificateFile*", friendFileNameEdit);
|
registerField("friendCertificateFile*", friendFileNameEdit);
|
||||||
|
|
||||||
friendFileNameOpenButton= new QPushButton;
|
friendFileNameOpenButton= new QPushButton;
|
||||||
friendFileNameOpenButton->setText("...");
|
friendFileNameOpenButton->setText(tr("Browse"));
|
||||||
connect(friendFileNameOpenButton, SIGNAL( clicked()),
|
connect(friendFileNameOpenButton, SIGNAL( clicked()),
|
||||||
this , SLOT( loadFriendCert()));
|
this , SLOT( loadFriendCert()));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user