From 7daaf73ea0e56e06d6d4512203857716bfc36c9f Mon Sep 17 00:00:00 2001 From: BenWoodworth Date: Sat, 14 May 2016 13:21:07 -0400 Subject: [PATCH] Update language file. --- src/main/resources/lang.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/lang.yml b/src/main/resources/lang.yml index a1fcf8f..fc8de04 100644 --- a/src/main/resources/lang.yml +++ b/src/main/resources/lang.yml @@ -3,6 +3,6 @@ vote-bar-title: '&6&l &7-&6&l Votes: / &7-&6&l /vote ' invalid-bar-color: '&cInvalid value for bar-color: ' # Variables: value invalid-bar-style: '&cInvalid value for bar-style: ' # Variables: value -vote-cast: '&aYour vote for &b&a has been cast' -vote-not-found: '&cThere is no vote with the name &b' +vote-cast: '&aYour vote for &b&a has been cast' # Varibles: vote +vote-not-found: '&cThere is no vote with the name &b' # Variables: vote vote-player-only: '&cYou must be a player to cast a vote'