The calc print window uses has "There of". Although correct English, it seem
not to be the best choice of words.
See http://listarchives.libreoffice.org/global/l10n/msg03013.html

The following minor patch tries to fix this. Any rejections ?

$ git diff
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src
index b280a54..a90bee9 100644
--- a/sc/source/ui/src/scstring.src
+++ b/sc/source/ui/src/scstring.src
@@ -843,7 +843,7 @@ StringArray SCSTR_PRINT_OPTIONS
         < "~All sheets"; >;
         < "~Selected sheets"; >;
         < "Selected cells"; >;
-        < "Thereof print"; >;
+        < "From which print"; >;
         < "All ~pages"; >;
         < "Pa~ges"; >;
         < "%PRODUCTNAME %s"; >;

Kaplan
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to