diff --git a/PokemonGoRaidBot/Configuration/Languages/en-us.json b/PokemonGoRaidBot/Configuration/Languages/en-us.json index 1fddd90..99d7d08 100644 --- a/PokemonGoRaidBot/Configuration/Languages/en-us.json +++ b/PokemonGoRaidBot/Configuration/Languages/en-us.json @@ -54,7 +54,7 @@ "postRolesTagged": "; Roles: {0}", "directMessage": "**{0} {1} {2}**{3} ({4}).", "responseInfo": "[`{0:h:mm}#{1}`] **@{2}**:", - "groupStartTimes": "\n {0} group(s) starting at {1} ", + "groupStartTimes": "\n{0} group(s) starting at {1} ", "commandUnknown": "Unknown Command \"{0}\". Type {1}help to see valid Commands for this bot.", "commandInvalidNumber": "Invalid number \"{0}\".", "commandRaidPokemonInvalid": "Invalid raid name \"{0}\".", @@ -122,7 +122,7 @@ "helpMerge": "Merges [raid2] into [raid1]. Can only be done by admin or original poster of [raid2]. Only raid Unique Ids can be used to merge.", "helpLocation": "Allows the poster of the raid or server managers to change the location of a post.", "helpEnd": "Allows the poster of the raid or admin to change the end time on a post.", - "helpStart": "Allows a user to explicitly declare a start time for a group in the raid. This will be added to the post's information header.", + "helpStart": "Allows a user to explicitly declare a start time for a group in the raid. This will be added to the post's information header, and multiple calls will create multiple groups.", "helpPin": "Raids posted in the specified channel will be posted and pinned in the channel itself. Bot requires \"Manage Messages\" role permission to pin.", "helpUnPin": "Removes channel from pin channels.", "helpPinAll": "Adds all channels on the server to pin channels.", diff --git a/PokemonGoRaidBot/Configuration/Languages/nl-nl.json b/PokemonGoRaidBot/Configuration/Languages/nl-nl.json index 289dc1b..bce5bf2 100644 --- a/PokemonGoRaidBot/Configuration/Languages/nl-nl.json +++ b/PokemonGoRaidBot/Configuration/Languages/nl-nl.json @@ -54,7 +54,7 @@ "postRolesTagged": "; Rollen: {0}", "directMessage": "**{0} {1} {2}**{3} ({4}).", "responseInfo": "[`{0:h:mm}#{1}`] **@{2}**:", - "groupStartTimes": "\n {0} group(s) starting at {1} ", + "groupStartTimes": "\n{0} group(s) starting at {1}", "commandUnknown": "Onbekend commando \"{0}\". Typ {1}help om alle commando's voor deze bot te zien.", "commandInvalidNumber": "Ongeldig nummer \"{0}\".", "commandRaidPokemonInvalid": "Ongeldige raid naam \"{0}\".", @@ -122,7 +122,7 @@ "helpMerge": "Merges [raid2] into [raid1]. Can only be done by admin or original poster of [raid2]. Only raid Unique Ids can be used to merge.", "helpLocation": "Allows the poster of the raid or server managers to change the location of a post.", "helpEnd": "Allows the poster of the raid or admin to change the end time on a post.", - "helpStart": "Allows a user to explicitly declare a start time for a group in the raid. This will be added to the post's information header.", + "helpStart": "Allows a user to explicitly declare a start time for a group in the raid. This will be added to the post's information header, and multiple calls will create multiple groups.", "helpPin": "Raids posted in the specified channel will be posted and pinned in the channel itself. Bot requires \"Manage Messages\" role permission to pin.", "helpUnPin": "Removes channel from pin channels.", "helpPinAll": "Adds all channels on the server to pin channels.",