Git commit 8ed6c1e260a8c4db2d8f80989b4b61f781909808 by Stefan Gerlach. Committed on 17/06/2016 at 15:49. Pushed by sgerlach into branch 'master'.
mention compression of project files in docu M +4 -4 doc/index.docbook http://commits.kde.org/labplot/8ed6c1e260a8c4db2d8f80989b4b61f781909808 diff --git a/doc/index.docbook b/doc/index.docbook index 084c795..98f5f22 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -51,8 +51,8 @@ </copyright> <legalnotice>&FDLNotice;</legalnotice> -<date>2016-06-02</date> -<releaseinfo>3.2</releaseinfo> +<date>2016-06-17</date> +<releaseinfo>3.2.1</releaseinfo> <abstract> <para> @@ -442,7 +442,7 @@ Preview of all supported file types is available in the import dialog. For data </para> <para> -Import of ascii and binary data compressed with gzip, bzip2 or xz can be done directly – the decompression happens transparently for the user. +Import of ascii and binary data compressed with gzip, bzip2 or xz can be done directly as the decompression happens transparently for the user. </para> @@ -992,7 +992,7 @@ Here you will find some explanations of advanced topics. <title>Specify a File</title> <para> -When starting &LabPlot; from the command prompt, you can supply the name of a project file: +When starting &LabPlot; from the command prompt, you can supply the name of a project file (ending with .lml, .lml.gz, .lml.bz2 or .lml.xz): <cmdsynopsis> <command>labplot2</command> <arg rep="repeat"><replaceable>file.lml</replaceable></arg> _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
