[Pkg-privacy-commits] [tor-monitor] 11/39: Label circuits with comma+space as a node sepataror
Sascha Steinbiss
sascha-guest at moszumanska.debian.org
Tue Aug 25 18:00:43 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 f0a5bde2d9518163738e2024a8b8e2fdf64473c4
Author: Tails developers <tails at boum.org>
Date: Sat Feb 21 15:39:44 2015 +0100
Label circuits with comma+space as a node sepataror
---
tormonitor | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tormonitor b/tormonitor
index 0a7d735..a9157f3 100755
--- a/tormonitor
+++ b/tormonitor
@@ -228,7 +228,7 @@ class TorMonitorWindow(Gtk.ApplicationWindow):
@staticmethod
def circuit_label(circuit):
if circuit.path:
- circ_str = ' '.join([nick for fp, nick in circuit.path])
+ circ_str = _(', ').join([nick for fp, nick in circuit.path])
else:
circ_str = _("Building...")
return circ_str
--
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