Signed-off-by: Yamada Saburo <[email protected]>
---
git-gui/lib/option.tcl | 2 +-
git-gui/po/git-gui.pot | 14 +++++++++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/git-gui/lib/option.tcl b/git-gui/lib/option.tcl
index 0cf1da1..7af858c 100644
--- a/git-gui/lib/option.tcl
+++ b/git-gui/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]
diff --git a/git-gui/po/git-gui.pot b/git-gui/po/git-gui.pot
index 6ebfc94..35783ca 100644
--- a/git-gui/po/git-gui.pot
+++ b/git-gui/po/git-gui.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-07-10 02:45+0900\n"
+"POT-Creation-Date: 2013-07-10 03:27+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -1982,6 +1982,18 @@ msgstr ""
msgid "Staging of untracked files"
msgstr ""
+#: lib/option.tcl:161
+msgid "yes"
+msgstr ""
+
+#: lib/option.tcl:161
+msgid "no"
+msgstr ""
+
+#: lib/option.tcl:161
+msgid "ask"
+msgstr ""
+
#: lib/option.tcl:207
msgid "Change"
msgstr ""
--
1.8.1.msysgit.1
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html