[PATCH] gitk: add a string to translation

Subsystems: the rest

DORMANTno replies

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

[PATCH] gitk: add a string to translation

From: Michele Ballabio <hidden>
Date: 2016-06-15 22:46:49

Signed-off-by: Michele Ballabio <redacted>
---
 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

Re: [PATCH] gitk: add a string to translation

From: Paul Mackerras <hidden>
Date: 2016-06-15 22:46:49

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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help