Skip to content

Commit

Permalink
gitk: Mark forgotten string for translation
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Christian Stimming authored and Paul Mackerras committed Apr 17, 2009
1 parent 9832e4f commit 84b4b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitk
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
Expand Down

0 comments on commit 84b4b83

Please sign in to comment.