Spelling fixes, update_notes

This commit is contained in:
Mark Watkins 2014-04-16 00:17:10 +10:00
parent a9b2fe7db2
commit cdec714156
2 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,8 @@
<li>Updated Dutch Tranlsations (Thanks Arie)</li> <li>Updated Dutch Tranlsations (Thanks Arie)</li>
<li>Fixed overview graph legends showing wrong details</li> <li>Fixed overview graph legends showing wrong details</li>
<li>F12 to Screenshot restored on Apple Mac platform</li> <li>F12 to Screenshot restored on Apple Mac platform</li>
<li>Added CSV importer for Somnopose iOS Sleep Position application data</li>
<li>Added user information to Statistics page</li>
</list> </list>
<p>Sleep Well!</p> <p>Sleep Well!</p>

View File

@ -962,7 +962,7 @@ QString Summary::GenerateHTML()
.arg(tooltiphide); .arg(tooltiphide);
} }
html+="</table>"; html+="</table>";
html+=QString("<i>")+tr("Eficacy highlighting ignores prescription settings with less than %1 days of recorded data.").arg(rxthresh)+QString("</i><br/>"); html+=QString("<i>")+tr("Efficacy highlighting ignores prescription settings with less than %1 days of recorded data.").arg(rxthresh)+QString("</i><br/>");
html+="</div>"; html+="</div>";
} }