From d57fed12a3879daa2f4bf00496697c95c29cba74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Magimel?= Date: Thu, 6 Aug 2020 20:04:08 +0200 Subject: [PATCH 1/2] Correct French spelling in the manifest --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4657b01..d82903d 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,7 @@ }, "description": { "en": "Strut is a slide editor creating impress.js presentations.", - "fr": "Strut est un éditeur de slide permetant de créer des présentation impress.js." + "fr": "Strut est un éditeur de diapositives permettant de créer des présentations impress.js." }, "maintainer": { "name": "zamentur", From 930aab6caefdc6a4456347d55fe933b7ed0e4ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Magimel?= Date: Fri, 7 Aug 2020 20:17:47 +0200 Subject: [PATCH 2/2] Remove the name of the app in the description --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d82903d..58af874 100644 --- a/manifest.json +++ b/manifest.json @@ -9,8 +9,8 @@ "yunohost": ">= 3.5.0" }, "description": { - "en": "Strut is a slide editor creating impress.js presentations.", - "fr": "Strut est un éditeur de diapositives permettant de créer des présentations impress.js." + "en": "Slide editor for creating impress.js presentations.", + "fr": "Éditeur de diapositives permettant de créer des présentations impress.js." }, "maintainer": { "name": "zamentur",