git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitk: add a string to translation
@ 2009-05-23  9:48 Michele Ballabio
  2009-05-24 23:49 ` Paul Mackerras
  0 siblings, 1 reply; 2+ messages in thread
From: Michele Ballabio @ 2009-05-23  9:48 UTC (permalink / raw)
  To: paulus; +Cc: Git Mailing List

Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
---
 gitk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gitk b/gitk
index 1855390..c8af13e 100755
--- a/gitk
+++ b/gitk
@@ -3829,7 +3829,7 @@ proc vieweditor {top n title} {
     global known_view_options
 
     toplevel $top
-    wm title $top [concat $title "-- criteria for selecting revisions"]
+    wm title $top [concat $title [mc "-- criteria for selecting revisions"]]
     make_transient $top .
 
     # View name
-- 
1.6.3.1.17.g076c3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gitk: add a string to translation
  2009-05-23  9:48 [PATCH] gitk: add a string to translation Michele Ballabio
@ 2009-05-24 23:49 ` Paul Mackerras
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mackerras @ 2009-05-24 23:49 UTC (permalink / raw)
  To: Michele Ballabio; +Cc: Git Mailing List

Michele Ballabio writes:

> -    wm title $top [concat $title "-- criteria for selecting revisions"]
> +    wm title $top [concat $title [mc "-- criteria for selecting revisions"]]

Thanks, applied.

Paul.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-24 23:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-23  9:48 [PATCH] gitk: add a string to translation Michele Ballabio
2009-05-24 23:49 ` Paul Mackerras

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