diff options
author | timeless%mozdev.org <> | 2006-03-24 01:38:14 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2006-03-24 01:38:14 +0100 |
commit | d9d7c1c44820cb866e3214f1a34a5dfcbc851ee1 (patch) | |
tree | ab92f4476eb3ebfeb4d36d1c922a1050fa894dc6 | |
parent | 1e8578f76866537a192cb78eefa8f771cf722cae (diff) | |
download | bugzilla-d9d7c1c44820cb866e3214f1a34a5dfcbc851ee1.tar.gz bugzilla-d9d7c1c44820cb866e3214f1a34a5dfcbc851ee1.tar.xz |
Bug 329390 Incorrect English in "You can't make [% terms.abug %] blocked or dependent on itself."
r=lpsolit a=myk
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 59180f242..c217b2347 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -314,7 +314,7 @@ [% ELSIF error == "dependency_loop_single" %] [% title = "Dependency Loop Detected" %] - You can't make [% terms.abug %] blocked or dependent on itself. + You can't make [% terms.abug %] block itself or depend on itself. [% ELSIF error == "description_required" %] [% title = "Description Required" %] |