mirror of
https://github.com/kiranhart/Auction-House.git
synced 2025-02-27 21:31:33 +01:00
2.41.2 fixed incorrect translation
This commit is contained in:
parent
785bdaae3e
commit
35fb53f051
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>ca.tweetzy</groupId>
|
||||
<artifactId>auctionhouse</artifactId>
|
||||
<version>2.41.1</version>
|
||||
<version>2.41.2</version>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
@ -65,7 +65,7 @@ public class LocaleSettings {
|
||||
languageNodes.put("prompts.enter new starting bid", "&aPlease enter the new starting bid in chat:");
|
||||
languageNodes.put("prompts.enter new bid increment", "&aPlease enter the new bid increment in chat:");
|
||||
|
||||
languageNodes.put("prompts.enter bid amount", "&7Huidig bod: #FDEA83€ %current_bid%\n&7Typ hoeveel je wilt bieden: (Typ #FDEA83''cancel'' &7om de interactie te annuleren.)");
|
||||
languageNodes.put("prompts.enter bid amount", "&7Current Bid &e%current_bid% &7Type '&ccancel&7' to cancel placing bid");
|
||||
languageNodes.put("prompts.enter valid bid amount", "&cBid either too low or too high");
|
||||
|
||||
languageNodes.put("prompts.enter listing time", "&aPlease enter listing time (ex. 1 day):");
|
||||
|
Loading…
Reference in New Issue
Block a user