[Pkg-privacy-commits] [onioncircuits] 05/39: Rephrase infobar messages when not connected to Tor
Sascha Steinbiss
sascha at steinbiss.name
Sun May 15 16:40:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository onioncircuits.
commit 30a9f9a814f1006ac03f253df4792c2a95f567dc
Author: sajolida <sajolida at pimienta.org>
Date: Wed Mar 30 07:46:05 2016 +0000
Rephrase infobar messages when not connected to Tor
- We shouldn't make a difference between "connected to Tor" and
"connected to Tor daemon" as this probably doesn't make sense to most
users. Also, both things are meant to occur simultaneously. See also
#11290.
- Remove the second sentence as reconnecting automatically is what you
expect from Onion Circuits and you also have no agency on this.
---
onioncircuits | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/onioncircuits b/onioncircuits
index 016759e..5cc9f69 100755
--- a/onioncircuits
+++ b/onioncircuits
@@ -78,8 +78,7 @@ class OnionCircuitsWindow(Gtk.ApplicationWindow):
GLib.timeout_add_seconds(1, self.controller_connect_cb)
self._path.set_sensitive(False)
self._treeview.set_sensitive(False)
- self._infobar_label.set_text(_("Cannot connect to the Tor daemon. "
- "Onion Circuits will try to reconnect..."))
+ self._infobar_label.set_text(_("You are not connected to Tor yet..."))
self._infobar.set_message_type(Gtk.MessageType.ERROR)
self._infobar.show()
@@ -212,8 +211,7 @@ class OnionCircuitsWindow(Gtk.ApplicationWindow):
logging.debug("Controller connection closed")
self._path.set_sensitive(False)
self._treeview.set_sensitive(False)
- self._infobar_label.set_text(_("Lost connection to the Tor daemon. "
- "Onion Circuits will try to reconnect..."))
+ self._infobar_label.set_text(_("The connection to Tor was lost..."))
self._infobar.set_message_type(Gtk.MessageType.ERROR)
self._infobar.show()
self._treestore.clear()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncircuits.git
More information about the Pkg-privacy-commits
mailing list