From: Christian Stimming Date: Thu, 26 Mar 2009 20:13:45 +0000 (+0100) Subject: gitk: Mark forgotten string for translation X-Git-Tag: v1.6.3-rc4~4^2~7 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=84b4b832eb39aaf85f9363405123afbaeb1ecb49;p=git.git gitk: Mark forgotten string for translation Signed-off-by: Paul Mackerras --- diff --git a/gitk b/gitk index 0bc2f3092..d151ddb07 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 {}