Add vault title to the lang file.

This commit is contained in:
drtshock
2013-11-21 17:36:34 -06:00
parent 36d240b196
commit 481109cd05
4 changed files with 5 additions and 3 deletions
@@ -43,6 +43,7 @@ public enum Lang {
NOT_A_SIGN("not-a-sign", "&cYou must click a sign!"),
SET_SIGN("set-sign-success", "&fYou have successfully set a PlayerVault access sign!"),
EXISTING_VAULTS("existing-vaults", "&f%p has vaults: &a%v"),
VAULT_TITLE("vault-title", "&4Vault #%number"),
OPEN_WITH_SIGN("open-with-sign", "&fOpening vault &a%v &fof &a%p");
private String path;