From 040ebec54bf7bfc982de02c6e04644c4dbe33291 Mon Sep 17 00:00:00 2001 From: jasplin Date: Wed, 12 May 2010 12:28:26 +0200 Subject: Fixed typo ++. --- src/bm/bmrequest.cpp | 7 ++++--- 1 file 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 += "RG:Regressed"; reply += "UC:Unchanged"; reply += "IM:Improved"; - reply += "ZR:Existence of zeros"; + reply += "ZR:Existence of zeros within the " + "[from, to] time range"; reply += "FP:" "'From' position to low (i.e. no data before the 'from' time)"; reply += "SF:Stability fraction too low"; reply += "LF:" - "Unique level fraction too high"; + "Unique level fraction too low"; reply += "LD:" - "Max level difference to high"; + "Max level difference to high within the [from, to] time range "; reply += "\n"; reply += "
\n"; -- cgit v1.2.3