diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-03 12:00:40 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-03 12:00:40 +0000 |
commit | 89bdf72d194361207e0855a18465ed0b042a86ae (patch) | |
tree | 5a93244190e32b92ed53d08c75223ebae8b78a41 | |
parent | 3cfd395a4f741efe0528152cf047a8818f0a7d2b (diff) | |
download | redmine-89bdf72d194361207e0855a18465ed0b042a86ae.tar.gz redmine-89bdf72d194361207e0855a18465ed0b042a86ae.zip |
fix Japanese "label_sort_by" misspelling (#18671)
Contributed by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@13821 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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 9ffa1d56c..5d6e1ac45 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -749,7 +749,7 @@ ja: label_date_from: "日付指定: " label_date_to: から label_language_based: ユーザーの言語の設定に従う - label_sort_by: "並び替え %{value}" + label_sort_by: "並べ替え %{value}" label_send_test_email: テストメールを送信 label_feeds_access_key: Atomアクセスキー label_missing_feeds_access_key: Atomアクセスキーが見つかりません |