summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bm/bmrequest.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/bm/bmrequest.cpp b/src/bm/bmrequest.cpp
index 9579913..174575b 100644
--- a/src/bm/bmrequest.cpp
+++ b/src/bm/bmrequest.cpp
@@ -7739,14 +7739,15 @@ void BMRequest_ASFStatsGetValues::handleReply_HTML(const QStringList &args) cons
reply += "<tr><td style=\"text-align:right\">RG:</td><td>Regressed</td></tr>";
reply += "<tr><td style=\"text-align:right\">UC:</td><td>Unchanged</td></tr>";
reply += "<tr><td style=\"text-align:right\">IM:</td><td>Improved</td></tr>";
- reply += "<tr><td style=\"text-align:right\">ZR:</td><td>Existence of zeros</td></tr>";
+ reply += "<tr><td style=\"text-align:right\">ZR:</td><td>Existence of zeros within the "
+ "[from,&nbsp;to] time range</td></tr>";
reply += "<tr><td style=\"text-align:right\">FP:</td>"
"<td>'From' position to low (i.e. no data before the 'from' time)</td></tr>";
reply += "<tr><td style=\"text-align:right\">SF:</td><td>Stability fraction too low</td></tr>";
reply += "<tr><td style=\"text-align:right\">LF:</td>"
- "<td>Unique level fraction too high</td></tr>";
+ "<td>Unique level fraction too low</td></tr>";
reply += "<tr><td style=\"text-align:right\">LD:</td>"
- "<td>Max level difference to high</td></tr>";
+ "<td>Max level difference to high within the [from,&nbsp;to] time range </td></tr>";
reply += "</table>\n";
reply += "<br /><table style=\"text-align:right\">\n";