summaryrefslogtreecommitdiffstats
path: root/config/locales/en-GB.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-27 17:34:58 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-27 17:34:58 +0000
commit9d372ce6f5b1b6a5861e9f3c212ea805af9d2d37 (patch)
tree560a0ccea739195056c6722a263dcf32983003c1 /config/locales/en-GB.yml
parentffbd3c0522a0b5259976586999fd3a9ff963eb6d (diff)
downloadredmine-9d372ce6f5b1b6a5861e9f3c212ea805af9d2d37.tar.gz
redmine-9d372ce6f5b1b6a5861e9f3c212ea805af9d2d37.zip
Allow underscores in project identifiers (#1363).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8708 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/en-GB.yml')
-rw-r--r--config/locales/en-GB.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml
index 66a6e0bed..9a5b8565a 100644
--- a/config/locales/en-GB.yml
+++ b/config/locales/en-GB.yml
@@ -879,7 +879,7 @@ en-GB:
text_tip_issue_begin_day: task beginning this day
text_tip_issue_end_day: task ending this day
text_tip_issue_begin_end_day: task beginning and ending this day
- text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier cannot be changed.'
+ text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.'
text_caracters_maximum: "%{count} characters maximum."
text_caracters_minimum: "Must be at least %{count} characters long."
text_length_between: "Length between %{min} and %{max} characters."