diff options
author | YOKOTA Hiroshi <yokota@netlab.cs.tsukuba.ac.jp> | 2015-10-24 21:25:42 +0900 |
---|---|---|
committer | YOKOTA Hiroshi <yokota@netlab.cs.tsukuba.ac.jp> | 2015-11-12 14:52:27 +0900 |
commit | 3cc4c11007f2f82d7b1a99a2ade302c444787074 (patch) | |
tree | 64d3b41a1ba079f412cc46d6c6e875583b070f42 | |
parent | ecfeeed5a75720dc7d9363e7f572d3c7b425f6b8 (diff) | |
download | git-3cc4c11007f2f82d7b1a99a2ade302c444787074.tar.gz git-3cc4c11007f2f82d7b1a99a2ade302c444787074.tar.xz |
gitk: Fix wrong translation
Signed-off-by: YOKOTA Hiroshi <yokota@netlab.cs.tsukuba.ac.jp>
-rw-r--r-- | po/ja.po | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -417,17 +417,17 @@ msgstr "<End>\t\t最後のコミットに移動" #: gitk:3053 #, fuzzy msgid "<Up>, p, k\tMove up one commit" -msgstr "<Up>, p, i\t一つ上のコミットに移動" +msgstr "<Up>, p, k\t一つ上のコミットに移動" #: gitk:3054 #, fuzzy msgid "<Down>, n, j\tMove down one commit" -msgstr "<Down>, n, k\t一つ下のコミットに移動" +msgstr "<Down>, n, j\t一つ下のコミットに移動" #: gitk:3055 #, fuzzy msgid "<Left>, z, h\tGo back in history list" -msgstr "<Left>, z, j\t履歴の前に戻る" +msgstr "<Left>, z, h\t履歴の前に戻る" #: gitk:3056 msgid "<Right>, x, l\tGo forward in history list" |