Yamada Saburo [off-list ref] writes:
Signed-off-by: Yamada Saburo <redacted>
This looks good to me.
quoted hunk ↗ jump to hunk
---
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]