mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-17 11:10:45 +00:00
Spelling fixes, update_notes
This commit is contained in:
parent
a9b2fe7db2
commit
cdec714156
@ -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>
|
||||||
|
@ -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>";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user