Re: [PATCH v2 1/3] Add translation ("yes","no","ask")

2013-07-22 Thread Junio C Hamano
Yamada Saburo  writes:

> Signed-off-by: Yamada Saburo 

This looks good to me.

> ---
>  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]
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 1/3] Add translation ("yes","no","ask")

2013-07-19 Thread Yamada Saburo
Signed-off-by: Yamada Saburo 
---
 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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html