Fixed invalid color code in en-US locale

Entry was: commands.admin.switchto.success
This commit is contained in:
Florian CUNY 2019-08-13 10:08:28 +02:00 committed by GitHub
parent 2fa23cf49e
commit 44d406bcbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ commands:
description: "switch player's island to the numbered one in trash"
out-of-range: "&cNumber must be between 1 and [number]. Use &l[label] trash [player] &r&cto see island numbers"
cannot-switch: "&cSwitch failed. See console log for error."
success: "&Successfully switched the player's island to the specified one."
success: "&aSuccessfully switched the player's island to the specified one."
trash:
no-unowned-in-trash: "&cNo unowned islands in trash"
no-islands-in-trash: "&cPlayer has no islands in trash"