<div dir="ltr">The calc print window uses has &quot;There of&quot;. 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>         &lt; &quot;~All sheets&quot;; &gt;;<br>         &lt; &quot;~Selected sheets&quot;; &gt;;<br>         &lt; &quot;Selected cells&quot;; &gt;;<br>
-        &lt; &quot;Thereof print&quot;; &gt;;<br>+        &lt; &quot;From which print&quot;; &gt;;<br>         &lt; &quot;All ~pages&quot;; &gt;;<br>         &lt; &quot;Pa~ges&quot;; &gt;;<br>         &lt; &quot;%PRODUCTNAME %s&quot;; &gt;;<br>
<br>Kaplan<br></div>