diff --git a/retroshare-gui/src/gui/MainWindow.cpp b/retroshare-gui/src/gui/MainWindow.cpp index d22c21a78..3ec1671bd 100644 --- a/retroshare-gui/src/gui/MainWindow.cpp +++ b/retroshare-gui/src/gui/MainWindow.cpp @@ -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?")+"

"+ url.toString()+"

"+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() ; diff --git a/retroshare-gui/src/lang/retroshare_en.ts b/retroshare-gui/src/lang/retroshare_en.ts index 2a4ae49fd..8c4c8f593 100644 --- a/retroshare-gui/src/lang/retroshare_en.ts +++ b/retroshare-gui/src/lang/retroshare_en.ts @@ -136,10 +136,6 @@ Holiday - - Landcapes - - Pets @@ -268,6 +264,10 @@ p, li { white-space: pre-wrap; } Load Album Thumbnail + + Landscapes + + AlbumDialog @@ -7333,6 +7333,10 @@ p, li { white-space: pre-wrap; } The file link is malformed. + + Don't ask me again + + MessageComposer @@ -9425,7 +9429,7 @@ p, li { white-space: pre-wrap; } - Please reate or choose a Signing Id first + Please create or choose a Signing Id first @@ -9707,7 +9711,7 @@ and use the import button to load it <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select in the list below an identity to be used on another computer, and press &quot;Export selected identity&quot;</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select an identity from the list below to be used on another computer, and press &quot;Export selected identity&quot;</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To use it on a different computer, select the identity manager in the login window. From there you can import the identity file and create a new location for that identity. </p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>