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; }