mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-07 19:50:45 +00:00
Improve error message on Statistics page when no data is found.
This commit is contained in:
parent
775eefee71
commit
eaa93a2ff9
@ -994,7 +994,7 @@ QString Statistics::GenerateRXChanges()
|
|||||||
QString Statistics::htmlNoData()
|
QString Statistics::htmlNoData()
|
||||||
{
|
{
|
||||||
QString html = "<div align=center>";
|
QString html = "<div align=center>";
|
||||||
html += QString( "<p><font size=\"+3\"><br />" + tr("I can haz data?!?") + "</font></p>"+
|
html += QString( "<p><font size=\"+3\"><br />" + tr("No data found?!?") + "</font></p>"+
|
||||||
"<p><img src='qrc:/icons/logo-lm.png' width=\"100\" height=\"100\"></p>"
|
"<p><img src='qrc:/icons/logo-lm.png' width=\"100\" height=\"100\"></p>"
|
||||||
"<p><i>"+tr("Oscar has no data to report :(")+"</i></p>");
|
"<p><i>"+tr("Oscar has no data to report :(")+"</i></p>");
|
||||||
return html;
|
return html;
|
||||||
|
Loading…
Reference in New Issue
Block a user