Skip to content

Commit 84b4b83

Browse files
cstimpaulusmack
authored andcommitted
gitk: Mark forgotten string for translation
Signed-off-by: Paul Mackerras <paulus@samba.org>
1 parent 9832e4f commit 84b4b83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6540,7 +6540,7 @@ proc appendrefs {pos ids var} {
65406540
}
65416541
}
65426542
if {[llength $tags] > $maxrefs} {
6543-
$ctext insert $pos "many ([llength $tags])"
6543+
$ctext insert $pos "[mc "many"] ([llength $tags])"
65446544
} else {
65456545
set tags [lsort -index 0 -decreasing $tags]
65466546
set sep {}

0 commit comments

Comments
 (0)