Fix typo in CSR string

This commit is contained in:
Phil Olynyk 2020-03-09 21:15:02 -04:00
parent 83f8bef21e
commit 3617d2af09
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1497,7 +1497,7 @@ QString Statistics::UpdateRecordsBox()
/////////////////////////////////////////////////////////////////////////////////////
/// ÇSR Records
/// CSR Records
/////////////////////////////////////////////////////////////////////////////////////
cnt = 0;