[PATCH] gitk: Mark forgotten string for translation

Previous thread: Re: [PATCH] format-patch: add arbitrary email headers by Junio C Hamano on Thursday, March 26, 2009 - 1:29 pm. (1 message)

Next thread: none
From: Christian Stimming
Date: Thursday, March 26, 2009 - 1:13 pm

---
 gitk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gitk b/gitk
index a7294a1..9047cc8 100755
--- a/gitk
+++ b/gitk
@@ -6527,7 +6527,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 {}
-- 
1.6.1.rc3.51.g5832d

--