commit | 84b4b832eb39aaf85f9363405123afbaeb1ecb49 | [log] [tgz] |
---|---|---|
author | Christian Stimming <stimming@tuhh.de> | Thu Mar 26 21:13:45 2009 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Fri Apr 17 22:47:48 2009 +1000 |
tree | 0282d6580e6672b08c926bb81e1a20a0cd433f94 | |
parent | 9832e4f29b82e0072f40ef73279da3cd09e4a75c [diff] [blame] |
gitk: Mark forgotten string for translation Signed-off-by: Paul Mackerras <paulus@samba.org>
diff --git a/gitk b/gitk index 0bc2f30..d151ddb 100755 --- a/gitk +++ b/gitk
@@ -6540,7 +6540,7 @@ } } 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 {}