diff options
author | Etienne Massip <etienne.massip@gmail.com> | 2011-11-10 20:21:01 +0000 |
---|---|---|
committer | Etienne Massip <etienne.massip@gmail.com> | 2011-11-10 20:21:01 +0000 |
commit | fe94c6e102ff29cca70549416be282ac38efcd66 (patch) | |
tree | 935be6745afa657b8ed706e30e3d0d73c0564c3c /config/locales/en.yml | |
parent | 41bf0a74a53a3bc73061df215e0a34a203b3041c (diff) | |
download | redmine-fe94c6e102ff29cca70549416be282ac38efcd66.tar.gz redmine-fe94c6e102ff29cca70549416be282ac38efcd66.zip |
Use a more accurate (and probably more english) string for @setting_default_issue_start_date_to_creation_date@ label (#2269).
Contributed by Mischa The Evil.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7763 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 6509763a0..db13b545b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -375,7 +375,7 @@ en: setting_commit_logtime_activity_id: Activity for logged time setting_gantt_items_limit: Maximum number of items displayed on the gantt chart setting_issue_group_assignment: Allow issue assignment to groups - setting_default_issue_start_date_to_creation_date: Set new issue's start date with today's date value + setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues permission_add_project: Create project permission_add_subprojects: Create subprojects |