From: Michele Ballabio Date: Sat, 23 May 2009 09:48:25 +0000 (+0200) Subject: gitk: Add another string to translation X-Git-Tag: v1.6.4-rc0~53^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e0a0199581ea30abb58ba812047657b35f4ee639;p=git.git gitk: Add another string to translation Signed-off-by: Michele Ballabio Signed-off-by: Paul Mackerras --- diff --git a/gitk b/gitk index d48fbad85..72b0b0df7 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