From: Michele Ballabio Date: Sat, 23 May 2009 09:48:25 +0000 (+0200) Subject: gitk: Add another string to translation X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=e0a0199581ea30abb58ba812047657b35f4ee639;p=gitk gitk: Add another string to translation Signed-off-by: Michele Ballabio Signed-off-by: Paul Mackerras --- diff --git a/gitk b/gitk index d48fbad..72b0b0d 100755 --- a/gitk +++ b/gitk @@ -3831,7 +3831,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