summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Christian Stimming <stimming@tuhh.de>2009-03-26 21:13:45 +0100
committerLibravatar Paul Mackerras <paulus@samba.org>2009-04-17 22:47:48 +1000
commit84b4b832eb39aaf85f9363405123afbaeb1ecb49 (patch)
tree0282d6580e6672b08c926bb81e1a20a0cd433f94
parentgitk: Make .gitk a hidden file under windows (diff)
downloadtgif-84b4b832eb39aaf85f9363405123afbaeb1ecb49.tar.xz
gitk: Mark forgotten string for translation
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rwxr-xr-xgitk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk b/gitk
index 0bc2f30929..d151ddb078 100755
--- 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 {}