Skip to content

Commit f43b77e

Browse files
authored
Merge pull request #5 from saturneric/develop
Develop
2 parents e0f72fd + 668decd commit f43b77e

7 files changed

+415
-415
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ GpgFrontend supports new features of OpenPGP.
2121
installed by the user. **This is to ensure safety and avoid code or binary files being implanted in the backdoor during
2222
the delivery process.**
2323

24-
[ >> Quick Start](#quick-start)
24+
[>> Quick Start](#quick-start)
25+
26+
[>> Code & Binary Security](https://saturneric.github.io/GpgFrontend/index.html#/about/code-binary-verify)
2527

2628
<div align="center">
2729
<img width="640" src="https://github.com/saturneric/Blob/blob/master/screenshots/main_mac.jpg?raw=true" alt="macOS Screenshot"/>

resource/ts/gpg_frontend_fr.ts

+82-82
Large diffs are not rendered by default.

resource/ts/gpg_frontend_ru.ts

+82-82
Large diffs are not rendered by default.

resource/ts/gpgfrontend_en_us.ts

+82-82
Large diffs are not rendered by default.

resource/ts/gpgfrontend_zh_chs.ts

+82-82
Large diffs are not rendered by default.

resource/ts/gpgfrontend_zh_cht.ts

+82-82
Large diffs are not rendered by default.

src/MainWindow.cpp

+2-4
Original file line numberDiff line numberDiff line change
@@ -570,10 +570,8 @@ void MainWindow::createToolBars() {
570570
fileEncButton->setMenu(fileEncMenu);
571571
fileEncButton->setPopupMode(QToolButton::InstantPopup);
572572
fileEncButton->setIcon(QIcon(":fileencryption.png"));
573-
fileEncButton->setToolTip(tr("Encrypt or decrypt File"));
574-
fileEncButton->setText(tr("File.."));
575-
fileEncButton->hide();
576-
573+
fileEncButton->setToolTip(tr("Opera File"));
574+
fileEncButton->setText(tr("File Crypto"));
577575
cryptToolBar->addWidget(fileEncButton);
578576

579577
}

0 commit comments

Comments
 (0)