From a2c9bc0700501baae24040c872114cb35a99b515 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 23 Jul 2019 18:29:50 +0200 Subject: [PATCH 1/4] Explain is_public --- manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.json b/manifest.json index fdbbd20..0d1e432 100644 --- a/manifest.json +++ b/manifest.json @@ -38,6 +38,9 @@ "en": "Is it a public server ?", "fr": "Est-ce un serveur public ?" }, + "help": { + "en": "A public server means that anybody will be able to register on this server." + } "default": 0 } ] From b73c81634e34eebb0217a8d40978d5a9e6d99918 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 23 Jul 2019 18:31:45 +0200 Subject: [PATCH 2/4] Typo :/ --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0d1e432..a751ed2 100644 --- a/manifest.json +++ b/manifest.json @@ -40,7 +40,7 @@ }, "help": { "en": "A public server means that anybody will be able to register on this server." - } + }, "default": 0 } ] From 9918f7bef209235453ddfcd49bb032d0747bbb8d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 26 Jul 2019 20:24:41 +0200 Subject: [PATCH 3/4] Update manifest.json Co-Authored-By: Mayeul Cantan --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a751ed2..7362d3e 100644 --- a/manifest.json +++ b/manifest.json @@ -39,7 +39,8 @@ "fr": "Est-ce un serveur public ?" }, "help": { - "en": "A public server means that anybody will be able to register on this server." + "en": "A public server means that anybody will be able to register on this server.", + "fr": "Un serveur public signifie que n'importe qui poura s'enregistrer sur ce serveur" }, "default": 0 } From a771acc979ac35064a03ee8253c8af16ff6066db Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 30 Jul 2019 16:18:50 +0200 Subject: [PATCH 4/4] Typo --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7362d3e..49af867 100644 --- a/manifest.json +++ b/manifest.json @@ -40,7 +40,7 @@ }, "help": { "en": "A public server means that anybody will be able to register on this server.", - "fr": "Un serveur public signifie que n'importe qui poura s'enregistrer sur ce serveur" + "fr": "Un serveur public signifie que n'importe qui pourra s'enregistrer sur ce serveur." }, "default": 0 }