From 7030469d207b5c3b8877d34e971ab41c37c2156c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 14 Jun 2020 16:49:16 +0200 Subject: [PATCH] ! [YEP-1.9] Try to avoid starting the description by '$app is' --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d10b33d..60a2b29 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "syncthing", "packaging_format": 1, "description": { - "en": "Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized.", - "fr": "Syncthing remplace les services propriétaires de synchro et de cloud avec quelque chose d'ouvert, digne de confiance et décentralisée." + "en": "Continuous file synchronization program.", + "fr": "Programme de synchronisation de fichiers en continu." }, "version": "1.6.1~ynh1", "url": "https://syncthing.net/",