Re: [PATCH v2 1/3] Add translation ("yes","no","ask")
From: Yamada Saburo <hidden>
Date: 2016-06-15 22:58:12
Signed-off-by: Yamada Saburo <redacted> --- lib/option.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/option.tcl b/lib/option.tcl
index 0cf1da1..7af858c 100644
--- a/lib/option.tcl
+++ b/lib/option.tcl@@ -158,7 +158,7 @@ proc do_options {} { {t gui.newbranchtemplate {mc "New Branch Name Template"}} {c gui.encoding {mc "Default File Contents Encoding"}} {b gui.warndetachedcommit {mc "Warn before committing to a detached head"}} - {s gui.stageuntracked {mc "Staging of untracked files"} {list "yes"
"no" "ask"}}
+ {s gui.stageuntracked {mc "Staging of untracked files"} {list [mc
"yes"] [mc "no"] [mc "ask"]}}
} {
set type [lindex $option 0]
set name [lindex $option 1]
--
1.8.1.msysgit.1