projects
/
gitk
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9832e4f
)
gitk: Mark forgotten string for translation
author
Christian Stimming
<stimming@tuhh.de>
Thu, 26 Mar 2009 20:13:45 +0000
(21:13 +0100)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 17 Apr 2009 12:47:48 +0000
(22:47 +1000)
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk
patch
|
blob
|
history
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 {}