diff options
author | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-10-07 15:26:53 +0000 |
---|---|---|
committer | Azamat Hackimov <azamat.hackimov@gmail.com> | 2010-10-07 15:26:53 +0000 |
commit | e59156b446f1e402c95d04c39374630f2913b611 (patch) | |
tree | b266f78dc4b3b40b3641b0d2dd0d2cf7e9c2fe17 /config/locales/en.yml | |
parent | 5592e77fc6b148fe832a861eb583f67e584075e2 (diff) | |
download | redmine-e59156b446f1e402c95d04c39374630f2913b611.tar.gz redmine-e59156b446f1e402c95d04c39374630f2913b611.zip |
Rename task to issue in calendar (#6563)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4238 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 879a309fa..8b2a9c94a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -848,9 +848,9 @@ en: text_journal_set_to: "{{label}} set to {{value}}" text_journal_deleted: "{{label}} deleted ({{old}})" text_journal_added: "{{label}} {{value}} added" - text_tip_task_begin_day: task beginning this day - text_tip_task_end_day: task ending this day - text_tip_task_begin_end_day: task beginning and ending this day + text_tip_issue_begin_day: issue beginning this day + text_tip_issue_end_day: issue ending this day + text_tip_issue_begin_end_day: issue beginning and ending this day text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier can not be changed.' text_caracters_maximum: "{{count}} characters maximum." text_caracters_minimum: "Must be at least {{count}} characters long." |