summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-05-04 04:41:22 +0200
committerlpsolit%gmail.com <>2005-05-04 04:41:22 +0200
commit91225228cd8b8f132a496c2d078c14ffb8ecbab3 (patch)
tree1db6dbb76ed32bbcce300b087054c733b9378a0b /template
parente51425da1f1fe8ee831bfb8d4c091d9e08ae4dce (diff)
downloadbugzilla-91225228cd8b8f132a496c2d078c14ffb8ecbab3.tar.gz
bugzilla-91225228cd8b8f132a496c2d078c14ffb8ecbab3.tar.xz
Bug 279303: Negative numbers are rejected as invalid sortkeys for milestones - Patch by Peter D. Stout <pds@edgedynamics.com> r=LpSolit a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/user-error.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl
index 6c1af5b26..b7cefa9a3 100644
--- a/template/en/default/global/user-error.html.tmpl
+++ b/template/en/default/global/user-error.html.tmpl
@@ -720,7 +720,8 @@
[% ELSIF error == "milestone_sortkey_invalid" %]
[% title = "Invalid Milestone Sortkey" %]
The sortkey '[% sortkey FILTER html %]' for milestone '
- [% name FILTER html %]' is not a valid (positive) number.
+ [% name FILTER html %]' is not in the range -32768 &le; sortkey
+ &le; 32767.
[% ELSIF error == "misarranged_dates" %]
[% title = "Misarranged Dates" %]