diff options
author | Etienne Massip <etienne.massip@gmail.com> | 2011-11-05 18:40:33 +0000 |
---|---|---|
committer | Etienne Massip <etienne.massip@gmail.com> | 2011-11-05 18:40:33 +0000 |
commit | 269014ced887bbbe96dc9d07a4885e7d1005da6b (patch) | |
tree | 9b92dd6cc975a62b88ecd8c4f3e1dec313317933 /config/locales/sr-YU.yml | |
parent | 32848639042b195132b52caed3c02682bf7128c7 (diff) | |
download | redmine-269014ced887bbbe96dc9d07a4885e7d1005da6b.tar.gz redmine-269014ced887bbbe96dc9d07a4885e7d1005da6b.zip |
Added an administration setting to allow issue start date to be defaulted to blank (nil) at issue creation (#2269).
Based on the patch of #2277 contributed by Mischa The Evil.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7733 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/sr-YU.yml')
-rw-r--r-- | config/locales/sr-YU.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml index 2fc5bea80..033cb1060 100644 --- a/config/locales/sr-YU.yml +++ b/config/locales/sr-YU.yml @@ -1000,3 +1000,4 @@ sr-YU: label_parent_revision: Parent label_child_revision: Child error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size. + setting_default_issue_start_date_to_creation_date: Set new issue's start date with today's date value |