gitk: Mark forgotten string for translation
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
9832e4f29b
commit
84b4b832eb
2
gitk
2
gitk
@ -6540,7 +6540,7 @@ proc appendrefs {pos ids var} {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if {[llength $tags] > $maxrefs} {
|
if {[llength $tags] > $maxrefs} {
|
||||||
$ctext insert $pos "many ([llength $tags])"
|
$ctext insert $pos "[mc "many"] ([llength $tags])"
|
||||||
} else {
|
} else {
|
||||||
set tags [lsort -index 0 -decreasing $tags]
|
set tags [lsort -index 0 -decreasing $tags]
|
||||||
set sep {}
|
set sep {}
|
||||||
|
Loading…
Reference in New Issue
Block a user