Improved Preferences for Permissive Mode and Custom User flags

This commit is contained in:
LoudSnorer 2023-12-08 19:20:54 -05:00
parent 2e27b3710e
commit 33fbffd88f

View File

@ -55,6 +55,7 @@ QString PreferencesDialog::clinicalHelp() {
<<tr("Permissive Mode:") <<tr("Permissive Mode:")
<<tr("Allows user to select which data sets/ sessions to be used for calculations and display.") <<tr("Allows user to select which data sets/ sessions to be used for calculations and display.")
<<tr("Additional charts and calculations may be available that are not available from the vendor data.") <<tr("Additional charts and calculations may be available that are not available from the vendor data.")
<<tr("Enables Custom UserFlags displayed in the statistics Therapy Efficacy section")
<<""; <<"";
return str.join("\n"); return str.join("\n");
} }