aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Stimming <stimming@tuhh.de>2009-03-26 21:13:45 +0100
committerPaul Mackerras <paulus@samba.org>2009-04-17 22:47:48 +1000
commit84b4b832eb39aaf85f9363405123afbaeb1ecb49 (patch)
tree0282d6580e6672b08c926bb81e1a20a0cd433f94
parent9832e4f29b82e0072f40ef73279da3cd09e4a75c (diff)
downloadgit-84b4b832eb39aaf85f9363405123afbaeb1ecb49.tar.gz
git-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 0bc2f3092..d151ddb07 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 {}