gitk: Mark forgotten string for translation

Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Christian Stimming 2009-03-26 21:13:45 +01:00 committed by Paul Mackerras
parent 9832e4f29b
commit 84b4b832eb

2
gitk
View File

@ -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 {}