Skip to content

Commit

Permalink
Minor text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wpatter6 committed Oct 4, 2017
1 parent 9789ab3 commit 4b97994
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PokemonGoRaidBot/Configuration/Languages/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}\".",
Expand Down Expand Up @@ -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.",
Expand Down
4 changes: 2 additions & 2 deletions PokemonGoRaidBot/Configuration/Languages/nl-nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}\".",
Expand Down Expand Up @@ -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.",
Expand Down

0 comments on commit 4b97994

Please sign in to comment.