diff options
| author | vanntile <valentin.ionita1201@gmail.com> | 2019-01-24 14:24:20 +0000 |
|---|---|---|
| committer | vanntile <valentin.ionita1201@gmail.com> | 2019-01-24 14:24:20 +0000 |
| commit | e5da8f130bc9b1c96d83b9fa9e90b5ab630ce531 (patch) | |
| tree | 6cc1f0b0410406de41a0cdd0dae3d80a3add6987 | |
| parent | Merge branch 'vanntile/inkscape-master' (diff) | |
| download | inkscape-e5da8f130bc9b1c96d83b9fa9e90b5ab630ce531.tar.gz inkscape-e5da8f130bc9b1c96d83b9fa9e90b5ab630ce531.zip | |
Appdata file update (Fix #30)
| -rw-r--r-- | org.inkscape.Inkscape.appdata.xml.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/org.inkscape.Inkscape.appdata.xml.in b/org.inkscape.Inkscape.appdata.xml.in index b17939084..38ca97af2 100644 --- a/org.inkscape.Inkscape.appdata.xml.in +++ b/org.inkscape.Inkscape.appdata.xml.in @@ -31,7 +31,7 @@ <screenshots> <screenshot type="default"> <image>https://media.inkscape.org/media/resources/file/Screenshot_Freedom_Machine_Inkscape_master_FB3NeUU.png</image> - <_caption>Main application window</_caption> + <caption>Main application window</caption> </screenshot> </screenshots> <releases> @@ -63,5 +63,6 @@ </description> </release> </releases> - <content_rating type="oars-1.1" /> + <content_rating type="oars-1.1"> + </content_rating> </component> |
