[Pkg-privacy-commits] [torbrowser-launcher] 01/01: Renamed "Exit" to "Cancel". Fixes #225
Holger Levsen
holger at moszumanska.debian.org
Thu Mar 3 15:15:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository torbrowser-launcher.
commit d42d84b3b6c5c5df9ac33bdef0b04fe83622027f
Author: Micah Lee <micah at micahflee.com>
Date: Thu Mar 3 16:07:50 2016 +0100
Renamed "Exit" to "Cancel". Fixes #225
---
torbrowser_launcher/launcher.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/torbrowser_launcher/launcher.py b/torbrowser_launcher/launcher.py
index 2c95352..d250a6e 100644
--- a/torbrowser_launcher/launcher.py
+++ b/torbrowser_launcher/launcher.py
@@ -205,7 +205,7 @@ class Launcher:
# exit button
exit_image = gtk.Image()
exit_image.set_from_stock(gtk.STOCK_CANCEL, gtk.ICON_SIZE_BUTTON)
- self.exit_button = gtk.Button(_("Exit"))
+ self.exit_button = gtk.Button(_("Cancel"))
self.exit_button.set_image(exit_image)
self.exit_button.connect("clicked", self.destroy, None)
self.button_box.add(self.exit_button)
--
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