mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Fix typo in CSR string
This commit is contained in:
parent
83f8bef21e
commit
3617d2af09
@ -732,7 +732,7 @@ void initializeStrings()
|
||||
// STR_TR_SAI = QObject::tr("SAI"); // Short form of SleepAwake Index
|
||||
STR_TR_REI = QObject::tr("REI"); // Short form of RERA Index
|
||||
STR_TR_EPI = QObject::tr("EPI"); // Short form of Expiratory Puff Index
|
||||
STR_TR_CSR = QObject::tr("ÇSR"); // Short form of Cheyne Stokes Respiration
|
||||
STR_TR_CSR = QObject::tr("CSR"); // Short form of Cheyne Stokes Respiration
|
||||
STR_TR_PB = QObject::tr("PB"); // Short form of Periodic Breathing
|
||||
|
||||
|
||||
|
@ -1497,7 +1497,7 @@ QString Statistics::UpdateRecordsBox()
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
/// ÇSR Records
|
||||
/// CSR Records
|
||||
/////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
cnt = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user