[Pkg-privacy-commits] [onioncircuits] 07/39: Simplify terminology and tell more about what will happen
Sascha Steinbiss
sascha at steinbiss.name
Sun May 15 16:40:44 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 4cd50df5c0684c578b5ef0cfe0fef67ab7eb33d6
Author: sajolida <sajolida at pimienta.org>
Date: Wed Mar 30 07:54:01 2016 +0000
Simplify terminology and tell more about what will happen
I don't like introducing the 'path' terminology to mean 'circuit or
stream' and clicking on both a circuit or a stream produce the same
effect, so let's simplify this here.
---
onioncircuits | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/onioncircuits b/onioncircuits
index 2a4afe1..105d6ad 100755
--- a/onioncircuits
+++ b/onioncircuits
@@ -137,7 +137,7 @@ class OnionCircuitsWindow(Gtk.ApplicationWindow):
# Circuit details
self._path = Gtk.ListBox()
self._path.set_selection_mode(Gtk.SelectionMode.NONE)
- placeholder = Gtk.Label(_("Click on a path to get details"))
+ placeholder = Gtk.Label(_("Click on a circuit for more detail about its Tor relays."))
placeholder.show()
self._path.set_placeholder(placeholder)
self._path.set_property('margin', 6)
--
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