]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 331004 alias_is_numeric uses 'another' which to me implies a real one was given...
authortimeless%mozdev.org <>
Thu, 23 Mar 2006 00:04:43 +0000 (00:04 +0000)
committertimeless%mozdev.org <>
Thu, 23 Mar 2006 00:04:43 +0000 (00:04 +0000)
r=lpsolit a=myk

template/en/default/global/user-error.html.tmpl

index 3f1e617fd1b9169e8c2de36d1e62fb0835476272..50466782fe7a52cff2cd0edffe39a252dbad9f0e 100644 (file)
@@ -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" %]
@@ -93,7 +93,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" %]