diff options
author | Christian Stimming <stimming@tuhh.de> | 2009-03-26 21:13:45 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2009-04-17 22:47:48 +1000 |
commit | 84b4b832eb39aaf85f9363405123afbaeb1ecb49 (patch) | |
tree | 0282d6580e6672b08c926bb81e1a20a0cd433f94 | |
parent | 9832e4f29b82e0072f40ef73279da3cd09e4a75c (diff) | |
download | git-84b4b832eb39aaf85f9363405123afbaeb1ecb49.tar.gz git-84b4b832eb39aaf85f9363405123afbaeb1ecb49.tar.xz |
gitk: Mark forgotten string for translation
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rwxr-xr-x | gitk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 {} |