From: Christian Stimming Date: Thu, 26 Mar 2009 20:13:45 +0000 (+0100) Subject: gitk: Mark forgotten string for translation X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=84b4b832eb39aaf85f9363405123afbaeb1ecb49;p=gitk gitk: Mark forgotten string for translation Signed-off-by: Paul Mackerras --- diff --git a/gitk b/gitk index 0bc2f30..d151ddb 100755 --- a/gitk +++ b/gitk @@ -6540,7 +6540,7 @@ proc appendrefs {pos ids var} { } } if {[llength $tags] > $maxrefs} { - $ctext insert $pos "many ([llength $tags])" + $ctext insert $pos "[mc "many"] ([llength $tags])" } else { set tags [lsort -index 0 -decreasing $tags] set sep {}