alias_not_allowed should be multiple_alias_not_allowed

git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@260727 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2010-07-13 02:23:04 +00:00
parent 77cf5d275c
commit c07a6591c2
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
7310
7311

View File

@@ -66,7 +66,7 @@ use constant WS_ERROR_CODE => {
alias_in_use => 103,
alias_is_numeric => 103,
alias_has_comma_or_space => 103,
alias_not_allowed => 103,
multiple_alias_not_allowed => 103,
# Misc. bug field errors
illegal_field => 104,
freetext_too_long => 104,