diff options
author | Go MAEDA <maeda@farend.jp> | 2021-05-28 00:56:29 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-05-28 00:56:29 +0000 |
commit | 7b2fdc771b6858f646ac16b93266392c0a945531 (patch) | |
tree | 4a48b489c004efe3044c83ca1c9796a37f1f7a97 /config | |
parent | 099b160d1183aea02612906530a4fae93c72d557 (diff) | |
download | redmine-7b2fdc771b6858f646ac16b93266392c0a945531.tar.gz redmine-7b2fdc771b6858f646ac16b93266392c0a945531.zip |
Wrong Japanese translation for permission_delete_message_watchers (#35319).
Patch by Mitsuru UDAGAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@21010 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/ja.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 8a30c8b31..e37f9ee55 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1375,7 +1375,7 @@ ja: button_fetch_changesets: コミットを取得 permission_view_message_watchers: メッセージのウォッチャー一覧の閲覧 permission_add_message_watchers: メッセージのウォッチャーの追加 - permission_delete_message_watchers: メッセージのウォッチャーの追加 + permission_delete_message_watchers: メッセージのウォッチャーの削除 label_message_watchers: ウォッチャー button_copy_link: リンクをコピー error_invalid_authenticity_token: Invalid form authenticity token. |