From a09c3f50fa11053ef8b1efd3652886c94b6ab0a2 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Fri, 6 Dec 2013 20:27:21 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 85c85a9..a76cd78 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "Radicale", "id": "radicale", "description": { - "en": "CalDAV (calendar) and CardDAV (contact) server solution", - "fr": "Serveur CalDAV et CardDAV" + "en": "CalDAV (calendar) and CardDAV (contact) synchronization server", + "fr": "Serveur de synchronisation CalDAV et CardDAV" }, "developer": { "name": "beudbeud", @@ -25,7 +25,8 @@ "ask": { "en": "Choose a path for Radicale" }, - "example": "/sync" + "example": "/sync", + "default": "/sync" } ] }