mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
change statistics warning again according to latest request.
This commit is contained in:
parent
d96d245474
commit
e48be7ae72
@ -245,10 +245,11 @@ Duration of longest disabled session: aa minutes, Total duration of all disabled
|
|||||||
case 0:
|
case 0:
|
||||||
return QString(QObject::tr("Warning: As Permissive mode is set (Preferences/Clinical), some sessions are excluded from this report"));
|
return QString(QObject::tr("Warning: As Permissive mode is set (Preferences/Clinical), some sessions are excluded from this report"));
|
||||||
case 1:
|
case 1:
|
||||||
return QString(QObject::tr("Total disabled sessions: %1, found in %2 days, of which %3 days would have caused compliance failures")
|
return QString(QObject::tr("Total disabled sessions: %1, found in %2 days") //, of which %3 days would have caused compliance failures")
|
||||||
.arg(numDisabledsessions)
|
.arg(numDisabledsessions)
|
||||||
.arg(numDaysWithDisabledsessions)
|
.arg(numDaysWithDisabledsessions)
|
||||||
.arg(numDaysDisabledSessionChangedCompliance) );
|
//.arg(numDaysDisabledSessionChangedCompliance)
|
||||||
|
);
|
||||||
case 2:
|
case 2:
|
||||||
return QString(QObject::tr( "Duration of longest disabled session: %1 minutes, Total duration of all disabled sessions: %2 minutes.")
|
return QString(QObject::tr( "Duration of longest disabled session: %1 minutes, Total duration of all disabled sessions: %2 minutes.")
|
||||||
.arg(maxDurationOfaDisabledsession)
|
.arg(maxDurationOfaDisabledsession)
|
||||||
|
Loading…
Reference in New Issue
Block a user