diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-11-24 12:52:29 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-11-24 12:52:29 +0000 |
commit | fde4a42e2aa5327c81d159d5f79026e5d0246c08 (patch) | |
tree | 5e0eb454f86a848c55a3bb780d747c89f0d3f23e /lang/en.yml | |
parent | 29b3614bcb759214bb1aba77c27ac11c8ef6b15b (diff) | |
download | redmine-fde4a42e2aa5327c81d159d5f79026e5d0246c08.tar.gz redmine-fde4a42e2aa5327c81d159d5f79026e5d0246c08.zip |
Removed the 12 characters limit on passwords.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@927 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/en.yml')
-rw-r--r-- | lang/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/en.yml b/lang/en.yml index c1745b4e9..201ba1601 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -507,6 +507,7 @@ text_tip_task_end_day: task ending this day text_tip_task_begin_end_day: task beginning and ending this day text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' text_caracters_maximum: %d characters maximum. +text_caracters_minimum: Must be at least %d characters long. text_length_between: Length between %d and %d characters. text_tracker_no_workflow: No workflow defined for this tracker text_unallowed_characters: Unallowed characters |