diff options
author | Satoshi Yasushima <s.yasushima@gmail.com> | 2016-09-07 01:02:17 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-07 10:21:35 -0700 |
commit | 5085c8a6d8d897cc9d5bada2746459edeb554bb7 (patch) | |
tree | 89483888cdd7f02af927e375a50ee2269d9a2423 | |
parent | f86d4c1b8a93f7fb693f736d49f3ba0b3a3910d9 (diff) | |
download | git-5085c8a6d8d897cc9d5bada2746459edeb554bb7.tar.gz git-5085c8a6d8d897cc9d5bada2746459edeb554bb7.tar.xz |
git-gui: consistently use the same word for "blame" in Japanese
Signed-off-by: Satoshi Yasushima <s.yasushima@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | po/ja.po | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -598,7 +598,7 @@ msgstr "文脈を見せる" #: lib/blame.tcl:291 msgid "Blame Parent Commit" -msgstr "親コミットを註釈" +msgstr "親コミットを注釈" #: lib/blame.tcl:450 #, tcl-format @@ -2052,7 +2052,7 @@ msgstr "コピーを検知する最少文字数" #: lib/option.tcl:151 msgid "Blame History Context Radius (days)" -msgstr "註釈する履歴半径(日数)" +msgstr "注釈する履歴半径(日数)" #: lib/option.tcl:152 msgid "Number of Diff Context Lines" |