From cdec714156218ef224e2085c1cd95595bc14f2af Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Wed, 16 Apr 2014 00:17:10 +1000 Subject: [PATCH] Spelling fixes, update_notes --- sleepyhead/docs/update_notes.html | 2 ++ sleepyhead/summary.cpp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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+=""; }