[Pkg-privacy-commits] [torbrowser-launcher] 19/39: Fix ampersand

Roger Shimizu rosh at debian.org
Tue Mar 27 15:41:52 UTC 2018


This is an automated email from the git hooks/post-receive script.

rosh pushed a commit to branch rosh/experimental
in repository torbrowser-launcher.

commit f1473aaec676c3220c6da57bc95542698124263e
Author: Micah Lee <micah at micahflee.com>
Date:   Fri Mar 23 13:00:10 2018 -0700

    Fix ampersand
---
 torbrowser_launcher/settings.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/torbrowser_launcher/settings.py b/torbrowser_launcher/settings.py
index a22f8bf..5b8ec58 100644
--- a/torbrowser_launcher/settings.py
+++ b/torbrowser_launcher/settings.py
@@ -127,10 +127,9 @@ class Settings(QtWidgets.QMainWindow):
         mirror_layout.addWidget(self.mirror)
 
         # Save & Exit button
-        self.save_exit_button = QtWidgets.QPushButton(_("Save & Exit"))
+        self.save_exit_button = QtWidgets.QPushButton(_("Save && Exit"))
         self.save_exit_button.setIcon(self.style().standardIcon(QtWidgets.QStyle.SP_DialogApplyButton))
         self.save_exit_button.clicked.connect(self.save_exit)
-        # TODO: fix button text to show ampersand
 
         # Cancel button
         self.cancel_button = QtWidgets.QPushButton(_("Cancel"))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/torbrowser-launcher.git



More information about the Pkg-privacy-commits mailing list