commit a44d53fa426eb857a7462793db6931c9d20006f0 Author: Arlo Breault arlolra@gmail.com Date: Sun Nov 17 22:58:35 2013 -0800
Translate the "Go" button. --- check.pot | 3 +++ public/index.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/check.pot b/check.pot index d6c813f..5270b42 100644 --- a/check.pot +++ b/check.pot @@ -65,3 +65,6 @@ msgstr ""
msgid "Learn More »" msgstr "" + +msgid "Go" +msgstr "" diff --git a/public/index.html b/public/index.html index cd18d2b..bc8b48f 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,7 @@ <option value="{{ $k }}" {{ if Equal $k $out.Lang }}selected="selected"{{ end }}>{{ $i | UnEscaped }}</option> {{ end }} </select> - <input type="submit" value="Go" /> + <input type="submit" value="{{ GetText .Lang "Go" }}" /> </form> {{ end }} {{ define "body" }}
tor-commits@lists.torproject.org