From 3dc89a60c8ad29332d0ba284a9a124063c08b57f Mon Sep 17 00:00:00 2001 From: graywolf336 Date: Wed, 12 Feb 2014 13:53:36 -0600 Subject: [PATCH] For real fix the no cell message, this is why testing is so important. I forget things and forget to type something or mistype something. --- src/main/resources/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/en.yml b/src/main/resources/en.yml index a90da00..10fbb80 100644 --- a/src/main/resources/en.yml +++ b/src/main/resources/en.yml @@ -12,7 +12,7 @@ language: cellremoved: '&9Cell %0% has been successfully removed from the jail %1%.' jailing: '&9jailing' jailremoved: '&9Jail %0% has been successfully removed.' - nocell: '&cNo cell found by the name of &0& in the jail %1%.' + nocell: '&cNo cell found by the name of %0% in the jail %1%.' nocells: '&cNo cells found in the jail %0%.' nojail: '&cNo jail found by the name of %0%.' nojails: '&cThere are currently no jails.'