mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
Update wording for disabling sessions window in Clinical Mode
This commit is contained in:
parent
95f42c8a14
commit
0ae2cf58bc
@ -579,7 +579,7 @@ void Daily::showEvent(QShowEvent *)
|
||||
bool Daily::rejectToggleSessionEnable( Session*sess) {
|
||||
if (!sess) return true;
|
||||
if (p_profile->cpap->clinicalMode()) {
|
||||
QMessageBox mbox(QMessageBox::Warning, tr("Clinical Mode"), tr(" Disabling Sessions requires the Permissive Mode"), QMessageBox::Ok , this);
|
||||
QMessageBox mbox(QMessageBox::Warning, tr("Clinical Mode"), tr(" Disabling Sessions requires Permissive Mode be set in OSCAR Preferences in the Clinical tab."), QMessageBox::Ok , this);
|
||||
mbox.exec();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user