From 251491674ad7793d944817bd1606cf12391defbf Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Thu, 2 Oct 2014 22:54:32 +1000 Subject: [PATCH] Better UA definition --- sleepyhead/SleepLib/schema.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sleepyhead/SleepLib/schema.cpp b/sleepyhead/SleepLib/schema.cpp index a554347a..bc43afca 100644 --- a/sleepyhead/SleepLib/schema.cpp +++ b/sleepyhead/SleepLib/schema.cpp @@ -206,7 +206,7 @@ void init() schema::channel.add(GRP_CPAP, new Channel(CPAP_Apnea = 0x1004, FLAG, MT_CPAP, SESSION, "Apnea", QObject::tr("Unclassified Apnea"), - QObject::tr("An apnea that could not fit into a category"), + QObject::tr("an apnea that couldn't be determined as Central or Obstructive, due to excessive leakage interfering with the classification process."), QObject::tr("UA"), STR_UNIT_EventsPerHour, DEFAULT, QColor("dark green"))); schema::channel.add(GRP_CPAP, new Channel(CPAP_FlowLimit = 0x1005, FLAG, MT_CPAP, SESSION,