diff options
author | Go MAEDA <maeda@farend.jp> | 2020-06-18 02:49:30 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-06-18 02:49:30 +0000 |
commit | 2b92d02e5755af4b572c6537b4aabe9c35eb8852 (patch) | |
tree | 8d037685a4f2d01c3cad89f343c234bf92fe0378 /config/locales/en.yml | |
parent | 60767ffb180cf7a44b9ed993ceb192b06528394b (diff) | |
download | redmine-2b92d02e5755af4b572c6537b4aabe9c35eb8852.tar.gz redmine-2b92d02e5755af4b572c6537b4aabe9c35eb8852.zip |
Date selection for Activity page (#1422).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@19828 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 0836d2593..c3f4925cd 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -945,6 +945,7 @@ en: label_ascending: Ascending label_descending: Descending label_date_from_to: From %{start} to %{end} + label_days_to_html: "%{days} days up to %{date}" label_wiki_content_added: Wiki page added label_wiki_content_updated: Wiki page updated label_group: Group |