Correct the lang file (#356)

This commit is contained in:
Jamie Sinn
2018-05-13 17:00:46 -04:00
committed by Trent Hensler
parent 79fe9b53f8
commit 10befe7f61
2 changed files with 2 additions and 1 deletions
@@ -29,7 +29,7 @@ public enum Lang {
INVALID_ARGS("invalid-args", "&cInvalid args!"), INVALID_ARGS("invalid-args", "&cInvalid args!"),
DELETE_VAULT("delete-vault", "&fDeleted vault &a%v"), DELETE_VAULT("delete-vault", "&fDeleted vault &a%v"),
DELETE_OTHER_VAULT("delete-other-vault", "&fDeleted vault &a%v &fof &a%p"), DELETE_OTHER_VAULT("delete-other-vault", "&fDeleted vault &a%v &fof &a%p"),
DELETE_OTHER_VAULT_ALL("delete-other-vault", "&4Deleted all vaults belonging to &a%p"), DELETE_OTHER_VAULT_ALL("delete-other-vault-all", "&4Deleted all vaults belonging to &a%p"),
PLAYER_ONLY("player-only", "&cSorry but that can only be run by a player!"), PLAYER_ONLY("player-only", "&cSorry but that can only be run by a player!"),
MUST_BE_NUMBER("must-be-number", "&cYou need to specify a valid number."), MUST_BE_NUMBER("must-be-number", "&cYou need to specify a valid number."),
NO_PERMS("no-permissions", "&cYou don''t have permission for that!"), NO_PERMS("no-permissions", "&cYou don''t have permission for that!"),
+1
View File
@@ -11,6 +11,7 @@ open-vault: "&fOpening vault &a%v"
open-other-vault: "&fOpening vault &a%v &fof &a%p" open-other-vault: "&fOpening vault &a%v &fof &a%p"
delete-vault: "&fDeleted vault &a%v" delete-vault: "&fDeleted vault &a%v"
delete-other-vault: "&fDeleted vault &a%v &fof &a%p" delete-other-vault: "&fDeleted vault &a%v &fof &a%p"
delete-other-vault-all: "&4Deleted all vaults belonging to &a%p"
player-only: "&cSorry but that can only be run by a player!" player-only: "&cSorry but that can only be run by a player!"
must-be-number: "&cYou need to specify a number between 1-99" must-be-number: "&cYou need to specify a number between 1-99"
invalid-args: "&cInvalid args!" invalid-args: "&cInvalid args!"