<div dir="ltr">The calc print window uses has "There of". Although correct English, it seem not to be the best choice of words.<br>See <a href="http://listarchives.libreoffice.org/global/l10n/msg03013.html">http://listarchives.libreoffice.org/global/l10n/msg03013.html</a><br>
<br>The following minor patch tries to fix this. Any rejections ?<br><br>$ git diff<br>diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src<br>index b280a54..a90bee9 100644<br>--- a/sc/source/ui/src/scstring.src<br>
+++ b/sc/source/ui/src/scstring.src<br>@@ -843,7 +843,7 @@ StringArray SCSTR_PRINT_OPTIONS<br> < "~All sheets"; >;<br> < "~Selected sheets"; >;<br> < "Selected cells"; >;<br>
- < "Thereof print"; >;<br>+ < "From which print"; >;<br> < "All ~pages"; >;<br> < "Pa~ges"; >;<br> < "%PRODUCTNAME %s"; >;<br>
<br>Kaplan<br></div>