]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 238650: reword duplicate of self error message; patch by Christopher...
authorjocuri%softhome.net <>
Sun, 28 Mar 2004 04:31:29 +0000 (04:31 +0000)
committerjocuri%softhome.net <>
Sun, 28 Mar 2004 04:31:29 +0000 (04:31 +0000)
template/en/default/global/user-error.html.tmpl

index 393ce0267293d64bd37f71923edc3cb23420dc82..bdb4e66ee8503519fe01417b4b45ea93a4708b93 100644 (file)
     [%+ terms.bug %] is a duplicate.  The [% terms.bug %] has not been changed.
 
   [% ELSIF error == "dupe_of_self_disallowed" %]
-    [% title = "Nice Try..." %]
-    Nice try, [% user.login FILTER html %], but it doesn't
-    really make sense to mark [% terms.abug %] as a duplicate of itself,
-    does it?
+    [% title = "Cannot mark [% terms.abug %] as a duplicate of itself" %]
+    You can't mark [% terms.abug %] as a duplicate of itself.
 
   [% ELSIF error == "email_change_in_progress" %]
     [% title = "Email Change Already In Progress" %]