Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitk: Mark forgotten string for translation
[gitweb.git]
/
gitk
diff --git
a/gitk
b/gitk
index 0bc2f30929326dbad9f0c9cb75ad5fe138a5ce9c..d151ddb078b7f1bd7669f6e7dc8744483e770786 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-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 {}