summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortimeless%mozdev.org <>2006-03-22 13:33:04 +0100
committertimeless%mozdev.org <>2006-03-22 13:33:04 +0100
commit436cb8384c333363af850532f943b289bf0746b9 (patch)
treef20cf1bb88efd8181269582822ded9bbdb982021 /template
parentc208721fb10c6fecf804b2dfe6fb7d729b1b5ac1 (diff)
downloadbugzilla-436cb8384c333363af850532f943b289bf0746b9.tar.gz
bugzilla-436cb8384c333363af850532f943b289bf0746b9.tar.xz
Bug 331004 alias_is_numeric uses 'another' which to me implies a real one was given/accepted
r=lpsolit a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 079b14e0a..0d61c05c9 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -77,7 +77,7 @@
The alias you entered, <em>[% alias FILTER html %]</em>,
contains one or more commas or spaces. Aliases cannot contain
commas or spaces because those characters are used to separate
- aliases from each other in lists. Please choose another alias
+ aliases from each other in lists. Please choose an alias
that does not contain commas and spaces.
[% ELSIF error == "alias_in_use" %]
@@ -94,7 +94,7 @@
[% title = "Alias Is Numeric" %]
You tried to give this [% terms.bug %] the alias <em>[% alias FILTER html %]</em>,
but aliases cannot be merely numbers, since they could
- then be confused with [% terms.bug %] IDs. Please choose another
+ then be confused with [% terms.bug %] IDs. Please choose an
alias containing at least one letter.
[% ELSIF error == "alias_too_long" %]