diff --git a/sleepyhead/docs/update_notes.html b/sleepyhead/docs/update_notes.html index 08fb9643..57524705 100644 --- a/sleepyhead/docs/update_notes.html +++ b/sleepyhead/docs/update_notes.html @@ -12,6 +12,8 @@
  • Updated Dutch Tranlsations (Thanks Arie)
  • Fixed overview graph legends showing wrong details
  • F12 to Screenshot restored on Apple Mac platform
  • +
  • Added CSV importer for Somnopose iOS Sleep Position application data
  • +
  • Added user information to Statistics page
  • Sleep Well!

    diff --git a/sleepyhead/summary.cpp b/sleepyhead/summary.cpp index 9f8c8dae..30df8f4c 100644 --- a/sleepyhead/summary.cpp +++ b/sleepyhead/summary.cpp @@ -962,7 +962,7 @@ QString Summary::GenerateHTML() .arg(tooltiphide); } html+=""; - html+=QString("")+tr("Eficacy highlighting ignores prescription settings with less than %1 days of recorded data.").arg(rxthresh)+QString("
    "); + html+=QString("")+tr("Efficacy highlighting ignores prescription settings with less than %1 days of recorded data.").arg(rxthresh)+QString("
    "); html+=""; }