From eaa93a2ff928000d02539669c8c6c81c3e622535 Mon Sep 17 00:00:00 2001 From: Seeker4 Date: Mon, 24 Jun 2019 10:07:40 -0700 Subject: [PATCH] Improve error message on Statistics page when no data is found. --- oscar/statistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/statistics.cpp b/oscar/statistics.cpp index e4c2629f..8a475d77 100644 --- a/oscar/statistics.cpp +++ b/oscar/statistics.cpp @@ -994,7 +994,7 @@ QString Statistics::GenerateRXChanges() QString Statistics::htmlNoData() { QString html = "
"; - html += QString( "


" + tr("I can haz data?!?") + "

"+ + html += QString( "


" + tr("No data found?!?") + "

"+ "

" "

"+tr("Oscar has no data to report :(")+"

"); return html;