diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-22 09:50:16 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-22 09:50:16 +0000 |
commit | 8d7de50ca8f7b440cb67c8161122d20909a3a93f (patch) | |
tree | a92d1509c3730c0ea73065833954e8db4e394dcf /lang/en.yml | |
parent | 3d685f7bec6d4646a8ef87b01c93c8ecc4216be9 (diff) | |
download | redmine-8d7de50ca8f7b440cb67c8161122d20909a3a93f.tar.gz redmine-8d7de50ca8f7b440cb67c8161122d20909a3a93f.zip |
Fixed 10211 Wiki names can't have periods in them.
Same validations as WikiPage model now applied to wiki start page.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@463 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 690706793..d26bb8a75 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -407,6 +407,7 @@ text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allo text_caracters_maximum: %d characters maximum. text_length_between: Length between %d and %d characters. text_tracker_no_workflow: No workflow defined for this tracker +text_unallowed_characters: Unallowed characters default_role_manager: Manager default_role_developper: Developer |