gitk: Mark forgotten string for translation
authorChristian Stimming <stimming@tuhh.de>
Thu, 26 Mar 2009 20:13:45 +0000 (21:13 +0100)
committerPaul Mackerras <paulus@samba.org>
Fri, 17 Apr 2009 12:47:48 +0000 (22:47 +1000)
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk
diff --git a/gitk b/gitk
index 0bc2f30929326dbad9f0c9cb75ad5fe138a5ce9c..d151ddb078b7f1bd7669f6e7dc8744483e770786 100755 (executable)
--- 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 {}