[PATCH] gitk: add a string to translation
From: Michele Ballabio <hidden>
Date: 2016-06-15 22:46:49
Signed-off-by: Michele Ballabio <redacted> --- gitk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gitk b/gitk
index 1855390..c8af13e 100755
--- a/gitk
+++ b/gitk@@ -3829,7 +3829,7 @@ proc vieweditor {top n title} { global known_view_options toplevel $top - wm title $top [concat $title "-- criteria for selecting revisions"] + wm title $top [concat $title [mc "-- criteria for selecting revisions"]] make_transient $top . # View name
--
1.6.3.1.17.g076c3