[Pkg-privacy-commits] [onioncircuits] 12/62: Label the path and steram colum as "Path" instead of "Name"
Intrigeri
intrigeri at moszumanska.debian.org
Thu Feb 18 20:20:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch master
in repository onioncircuits.
commit dab5875775ce2b1c5b840fb18f3b90cb8abf3feb
Author: Tails developers <tails at boum.org>
Date: Sat Feb 21 15:40:49 2015 +0100
Label the path and steram colum as "Path" instead of "Name"
---
tormonitor | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tormonitor b/tormonitor
index a9157f3..a100f5b 100755
--- a/tormonitor
+++ b/tormonitor
@@ -117,7 +117,7 @@ class TorMonitorWindow(Gtk.ApplicationWindow):
cell = Gtk.CellRendererText()
tvcolumn.pack_start(cell, True)
tvcolumn.add_attribute(cell, 'text', col)
- append_column(self._treeview, 2, _("Name"))
+ append_column(self._treeview, 2, _("Path"))
append_column(self._treeview, 3, _("Status"))
scrolledwindow_circuits = Gtk.ScrolledWindow()
--
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