From 104b130d28d8a37e5625f73b988eae5575ee8668 Mon Sep 17 00:00:00 2001 From: Dmitry Rendov Date: Thu, 14 May 2020 07:50:49 +0300 Subject: [PATCH] Update src/me/EtienneDx/RealEstate/Config.java Co-authored-by: EtienneDx <32039535+EtienneDx@users.noreply.github.com> --- src/me/EtienneDx/RealEstate/Config.java | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/me/EtienneDx/RealEstate/Config.java b/src/me/EtienneDx/RealEstate/Config.java index dc43f93..3fa7e37 100644 --- a/src/me/EtienneDx/RealEstate/Config.java +++ b/src/me/EtienneDx/RealEstate/Config.java @@ -134,11 +134,12 @@ public class Config extends AnnotationConfig HashMap defaults = new HashMap(); // initialize defaults - this.addDefault(defaults, Messages.NoTransactionFound, "No transaction found at your location!", null); - this.addDefault(defaults, Messages.PageMustBePositive, "Page must be a positive option!", null); - this.addDefault(defaults, Messages.PageNotExists, "This page does not exist!", null); - this.addDefault(defaults, Messages.RenewRentNow, "Automatic renew is now $a{0} $bfor this {1}", "0: the status; 1: a claim type"); - this.addDefault(defaults, Messages.RenewRentCurrently, "Automatic renew is currently $a{0} $bfor this {1}", "0: the status; 1: a claim type"); + this.addDefault(defaults, Messages.NoTransactionFound, "$cNo transaction found at your location!", null); + this.addDefault(defaults, Messages.PageMustBePositive, "$cPage must be a positive option!", null); + this.addDefault(defaults, Messages.PageNotExists, "$cThis page does not exist!", null); + this.addDefault(defaults, Messages.RenewRentNow, "$bAutomatic renew is now $a{0} $bfor this {1}", "0: the status; 1: a claim type"); + this.addDefault(defaults, Messages.RenewRentCurrently, "$bAutomatic renew is currently $a{0} $bfor this {1}", "0: the status; 1: a claim type"); + // load the config file