diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-04-21 13:43:57 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-04-21 13:43:57 +0000 |
commit | 31cf9be7abacc6cfa325bbcfc7d15aca10af4c99 (patch) | |
tree | fbfe0f4688c0dd9456afaff3b8c6576f61d69909 /config/locales/ko.yml | |
parent | 6bb550838777352180534da7a7f807cbf5f0db7f (diff) | |
download | redmine-31cf9be7abacc6cfa325bbcfc7d15aca10af4c99.tar.gz redmine-31cf9be7abacc6cfa325bbcfc7d15aca10af4c99.zip |
Makes minimum password length configurable.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2678 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/ko.yml')
-rw-r--r-- | config/locales/ko.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/ko.yml b/config/locales/ko.yml index 0b323fe1e..85b49c5f2 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -850,3 +850,4 @@ ko: text_wiki_page_reassign_children: Reassign child pages to this parent page text_wiki_page_nullify_children: Keep child pages as root pages text_wiki_page_destroy_children: Delete child pages and all their descendants + setting_password_min_length: Minimum password length |