diff options
author | Byron Jones <bjones@mozilla.com> | 2013-03-28 07:16:58 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-03-28 07:16:58 +0100 |
commit | 00ff400464fca420e0cc7e7ce402d9e9bd3ea8ec (patch) | |
tree | 92be84fad5bb9abecb3193c2053720a57d2b721b /template/en/default | |
parent | f5e0b805e282d047dfac17e6ba1034b19832b61d (diff) | |
download | bugzilla-00ff400464fca420e0cc7e7ce402d9e9bd3ea8ec.tar.gz bugzilla-00ff400464fca420e0cc7e7ce402d9e9bd3ea8ec.tar.xz |
Bug 850639: Set an upper limit on the number of nodes the dependency graph will display
r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 6d03eaa4b..58d347376 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1798,6 +1798,11 @@ Sorry, but you are not allowed to (un)mark comments or attachments as private. + [% ELSIF error == "webdot_too_large" %] + [% title = "Dependency Graph Too Large" %] + The dependency graph contains too many [% terms.bugs %] to display (more + than [% constants.MAX_WEBDOT_BUGS FILTER html %] [%+ terms.bugs %]). + [% ELSIF error == "wrong_token_for_cancelling_email_change" %] [% title = "Wrong Token" %] That token cannot be used to cancel an email address change. |