diff options
| author | Nate Graham <nate@kde.org> | 2018-03-29 13:16:30 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2018-04-15 07:54:06 +0000 |
| commit | be5af7e781ec82b17514393b006cea10e4698bb1 (patch) | |
| tree | d09b727328bad13b3f0436e0a4dcace8539ad474 | |
| parent | Add release information to appstream file (diff) | |
| download | inkscape-be5af7e781ec82b17514393b006cea10e4698bb1.tar.gz inkscape-be5af7e781ec82b17514393b006cea10e4698bb1.zip | |
Address review comments
| -rw-r--r-- | inkscape.appdata.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/inkscape.appdata.xml.in b/inkscape.appdata.xml.in index 48801385d..3650e19f4 100644 --- a/inkscape.appdata.xml.in +++ b/inkscape.appdata.xml.in @@ -37,10 +37,10 @@ <release version="0.92.3" date="2018-03-23"> <description> <ul> - <li>New command-line options th control page size when exporting to SVG</li> + <li>New command-line options to control page size when exporting to SVG</li> <li>Support for left-to-right languages in the text tool</li> - <li>Improvements to the circle, ellipse, and arc tool</li> - <li>Support for multi-line text when exporting to PDF and LaTeX</li> + <li>Improvements to the circle/ellipse/arc tool</li> + <li>Support for multi-line text when exporting to PDF+LaTeX</li> <li>Many bugfixes</li> <li>And many more! See the full list at http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.3</li> </ul> |
