From 6c967caa89d8420b5a958831920dc783d1029b18 Mon Sep 17 00:00:00 2001 From: EtienneDx <32039535+EtienneDx@users.noreply.github.com> Date: Fri, 15 May 2020 18:18:24 +0200 Subject: [PATCH] Update src/me/EtienneDx/RealEstate/Messages.java --- src/me/EtienneDx/RealEstate/Messages.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/me/EtienneDx/RealEstate/Messages.java b/src/me/EtienneDx/RealEstate/Messages.java index afc5309..017c705 100644 --- a/src/me/EtienneDx/RealEstate/Messages.java +++ b/src/me/EtienneDx/RealEstate/Messages.java @@ -15,19 +15,19 @@ public class Messages extends AnnotationConfig { public PluginDescriptionFile pdf; - @ConfigField(name="RealEstate.Messages.NoTransactionFound") + @ConfigField(name="RealEstate.NoTransactionFound") public String msgNoTransactionFound = "$cNo transaction found at your location!"; - @ConfigField(name="RealEstate.Messages.PageMustBePositive") + @ConfigField(name="RealEstate.PageMustBePositive") public String msgPageMustBePositive = "$cPage must be a positive option"; - @ConfigField(name="RealEstate.Messages.PageNotExists") + @ConfigField(name="RealEstate.PageNotExists") public String msgPageNotExists = "$cThis page does not exist!"; - @ConfigField(name="RealEstate.Messages.RenewRentNow", comment = "0: enabled/disabled; 1: type of claim") + @ConfigField(name="RealEstate.RenewRentNow", comment = "0: enabled/disabled; 1: type of claim") public String msgRenewRentNow = "$bAutomatic renew is now $a{0} $bfor this {1}"; - @ConfigField(name="RealEstate.Messages.RenewRentCurrently", comment = "0: enabled/disabled; 1: type of claim") + @ConfigField(name="RealEstate.RenewRentCurrently", comment = "0: enabled/disabled; 1: type of claim") public String msgRenewRentCurrently = "$bAutomatic renew is currently $a{0} $bfor this {1}"; public Messages() @@ -81,4 +81,4 @@ public class Messages extends AnnotationConfig } } -} \ No newline at end of file +}