diff --git a/build/NGCHM_GUI_Builder/WebContent/javascript/FormatOutput.js b/build/NGCHM_GUI_Builder/WebContent/javascript/FormatOutput.js index 280d797..5406ac8 100644 --- a/build/NGCHM_GUI_Builder/WebContent/javascript/FormatOutput.js +++ b/build/NGCHM_GUI_Builder/WebContent/javascript/FormatOutput.js @@ -136,7 +136,7 @@ NgChmGui.FORMAT.validateMatrixBreaks = function() { break; } if (/^-*0[0-9]/.test(thresholds[i])) { - errorMsgs = errorMsgs + "

" +NgChmGui.UTIL.errorPrefix + "Color Thresholds contain an entry(s) with leading zero(s).

"; + errorMsgs = errorMsgs + "

" +NgChmGui.UTIL.errorPrefix + "Color Thresholds contain an entry(s) with excess leading zero(s).

"; break; } var currThresh = parseFloat(thresholds[i]);