diff --git a/sleepyhead/welcome.cpp b/sleepyhead/welcome.cpp index eb9d260f..24627ad5 100644 --- a/sleepyhead/welcome.cpp +++ b/sleepyhead/welcome.cpp @@ -107,29 +107,29 @@ QString GenerateWelcomeHTML() "" " " " " - " " + " " "

" + QObject::tr("CPAP
Importer")+"

" + QObject::tr("CPAP
Importer")+"
" " " "" " " - " " + " " "

" + QObject::tr("Oximetery
Wizard")+"

" + QObject::tr("Oximetery
Wizard")+"
" ""; if (havecpapdata || haveoximeterdata) { html += ""+QObject::tr("or")+"" "" " " - " " + " " "

" + QObject::tr("View
Statistics")+"

" + QObject::tr("View
Statistics")+"
" "" "" " " - " " + " " "

" + QObject::tr("View
Daily")+"

" + QObject::tr("View
Daily")+"
" "" "" " " - " " + " " "

" + QObject::tr("View
Overview")+"

" + QObject::tr("View
Overview")+"
" ""; @@ -291,15 +291,16 @@ QString GenerateWelcomeHTML() if (showCardWarning) { - html += QString("
")+ + html += QString("
")+ "" - "" - "" + "" - "" + "" "" "
"+QObject::tr("Very Important Warning For ResMed S9 Users")+"
"+ - QObject::tr("

ALWAYS write protect CPAP SDCards before inserting them into your computer.")+"

"+ - QObject::tr("

Certain operating systems write index files to the card without asking, which can render your card unreadable by your cpap machine.")+"

"+ - QObject::tr("

As a second line of protection, ALWAYS UNMOUNT the data card properly before removing it!

")+ + "
"+QObject::tr("Very Important Warning For ResMed S9 Users")+"
"+ + "

"+QObject::tr("ALWAYS write protect CPAP SDCards before inserting them into your computer.")+"

"+ + +""+ + QObject::tr("Certain operating systems write index files to the card without asking, which can render your card unreadable by your cpap machine.")+ " "+ + QObject::tr("As a second line of protection, make sure to unmount the data card properly before removing it!")+"

" "
" "
";