From ffda65300d03399d3664e520505d032eccbdd9c7 Mon Sep 17 00:00:00 2001 From: Seeker4 Date: Thu, 22 Aug 2019 02:17:44 -0700 Subject: [PATCH] Fix spelling errors. --- oscar/daily.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oscar/daily.cpp b/oscar/daily.cpp index 0d40b74a..2bbda946 100644 --- a/oscar/daily.cpp +++ b/oscar/daily.cpp @@ -1003,7 +1003,7 @@ QString Daily::getMachineSettings(Day * day) { html+=" "; if (day->noSettings(cpap)) { - html+=""+tr("Please Note: All settings shown below are based on assumptions that nothing's changed since previous days.")+"\n"; + html+=""+tr("Please Note: All settings shown below are based on assumptions that nothing has changed since previous days.")+"\n"; } else if ((day->settingExists(CPAP_BrokenSummary))) { html+=""+tr("Machine Settings Unavailable")+"
\n"; return html; @@ -2198,7 +2198,7 @@ void Daily::on_bookmarkTable_itemClicked(QTableWidgetItem *item) et2=et3; } else if (!day) return; if ((etet2)) { - mainwin->Notify(tr("This bookmarked is in a currently disabled area..")); + mainwin->Notify(tr("This bookmark is in a currently disabled area..")); return; }