git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitk: Mark forgotten string for translation
@ 2009-03-26 20:13 Christian Stimming
  0 siblings, 0 replies; only message in thread
From: Christian Stimming @ 2009-03-26 20:13 UTC (permalink / raw)
  To: git, Paul Mackerras

---
 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-26 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-26 20:13 [PATCH] gitk: Mark forgotten string for translation Christian Stimming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).