diff --git a/src/main/resources/assets/clientcommands/lang/en_us.json b/src/main/resources/assets/clientcommands/lang/en_us.json index e77a4b4b..a597d572 100644 --- a/src/main/resources/assets/clientcommands/lang/en_us.json +++ b/src/main/resources/assets/clientcommands/lang/en_us.json @@ -285,12 +285,12 @@ "commands.cvar.saveFile.failed": "Could not save variables file", "commands.cwaypoint.add.success": "Waypoint \"%s\" at %s in %s successfully added", - "commands.cwaypoint.remove.success": "Waypoint \"%s\" successfully removed", + "commands.cwaypoint.alreadyExists": "A waypoint with the name \"%s\" already exists", "commands.cwaypoint.edit.success": "Waypoint \"%s\" has successfully been changed to %s in %s", "commands.cwaypoint.list": " - \"%s\" at %s in %s", "commands.cwaypoint.list.empty": "No available waypoints", - "commands.cwaypoint.alreadyExists": "A waypoint with the name \"%s\" already exists", "commands.cwaypoint.notFound": "No waypoint with the name \"%s\" could be found", + "commands.cwaypoint.remove.success": "Waypoint \"%s\" successfully removed", "commands.cwaypoint.saveFailed": "Could not save waypoints file", "commands.cwe.playerNotFound": "Player not found",