[Pkg-privacy-commits] [tor-monitor] 23/39: Fix label when the controller gets initialized
Sascha Steinbiss
sascha-guest at moszumanska.debian.org
Tue Aug 25 18:00:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository tor-monitor.
commit f8fac923650d7a6e28d0839df8826f3545a5958b
Author: Tails developers <tails at boum.org>
Date: Mon Aug 17 22:53:32 2015 +0200
Fix label when the controller gets initialized
---
tormonitor | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tormonitor b/tormonitor
index d619836..1fc2a62 100755
--- a/tormonitor
+++ b/tormonitor
@@ -223,8 +223,8 @@ class TorMonitorWindow(Gtk.ApplicationWindow):
logging.debug("Controller initialized")
self._path.set_sensitive(True)
self._treeview.set_sensitive(True)
- self._infobar_label.set_text(_("Reconnected to the Tor daemon! "
- "You can use Tor Monitor again."))
+ self._infobar_label.set_text(_("Connected to the Tor daemon! "
+ "You can use now Tor Monitor."))
self._infobar.set_message_type(Gtk.MessageType.INFO)
self._infobar.show()
self.init_listeners()
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tor-monitor.git
More information about the Pkg-privacy-commits
mailing list