diff options
author | jocuri%softhome.net <> | 2004-03-28 06:31:29 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-03-28 06:31:29 +0200 |
commit | 4ac5f298f5babca94090f3c7a77752087c715929 (patch) | |
tree | b65b03851ffdf8a2c7dfbd4e8ebe5ad433efd5e1 /template | |
parent | 0f365f3ccf96b629aaffe86bdb6433419f299eec (diff) | |
download | bugzilla-4ac5f298f5babca94090f3c7a77752087c715929.tar.gz bugzilla-4ac5f298f5babca94090f3c7a77752087c715929.tar.xz |
Patch for bug 238650: reword duplicate of self error message; patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 393ce0267..bdb4e66ee 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -158,10 +158,8 @@ [%+ 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" %] |