Fix an unclear message when trying to create a sign for a region that is

already added to AreaShop.
This commit is contained in:
Thijs Wiefferink 2015-01-21 13:28:23 +01:00
parent 52591d3b6e
commit 175b531eb5

View File

@ -206,8 +206,8 @@ setduration-success: "Duration of region %0% changed to '%1%'."
setup-noRegion: "You did not specify a region on the second line."
setup-wrongRegion: "The region you specified does not exist."
setup-alreadyRentSign: "The region you specified already has a sign for renting."
setup-alreadyBuySign: "The region you specified already has a sign for buying."
setup-alreadyRentSign: "The region you specified is already added to AreaShop as a rent region, add signs with [as] on the first line or '/as addsign'."
setup-alreadyBuySign: "The region you specified is already added to AreaShop as a buy region, add signs with [as] on the first line or '/as addsign'."
setup-noDuration: "You did not specify how long the region can be rented, do this on the third line."
setup-wrongDuration: "The time specified is not in the correct format, example: 1 day."
setup-noPrice: "You did not specify the price on the fourth line."