Update src/me/EtienneDx/RealEstate/Messages.java

This commit is contained in:
EtienneDx 2020-05-15 18:18:24 +02:00 committed by GitHub
parent 8bf9ae58a0
commit 6c967caa89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,19 +15,19 @@ public class Messages extends AnnotationConfig
{ {
public PluginDescriptionFile pdf; public PluginDescriptionFile pdf;
@ConfigField(name="RealEstate.Messages.NoTransactionFound") @ConfigField(name="RealEstate.NoTransactionFound")
public String msgNoTransactionFound = "$cNo transaction found at your location!"; 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"; 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!"; 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}"; 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 String msgRenewRentCurrently = "$bAutomatic renew is currently $a{0} $bfor this {1}";
public Messages() public Messages()