mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 11:02:30 -04:00
made one additional string translat-able
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6263 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f0e0b85637
commit
b913c8ae4f
2 changed files with 11 additions and 7 deletions
|
@ -1289,7 +1289,7 @@ void MainWindow::externalLinkActivated(const QUrl &url)
|
|||
QMessageBox mb(QObject::tr("Confirmation"), QObject::tr("Do you want this link to be handled by your system?")+"<br/><br/>"+ url.toString()+"<br/><br/>"+tr("Make sure this link has not been forged to drag you to a malicious website."), QMessageBox::Question, QMessageBox::Yes,QMessageBox::No, 0);
|
||||
mb.setWindowIcon(QIcon(QString::fromUtf8(":/images/rstray3.png")));
|
||||
|
||||
QCheckBox *checkbox = new QCheckBox("Don't ask me again") ;
|
||||
QCheckBox *checkbox = new QCheckBox(tr("Don't ask me again")) ;
|
||||
mb.layout()->addWidget(checkbox) ;
|
||||
|
||||
int res = mb.exec() ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue