aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-06-02 02:42:42 +0200
committernea <nea@nea.moe>2023-06-02 02:42:42 +0200
commitadd5eb6a4a1c8228e789f90ca100fc92f12baaea (patch)
treef77bc531e40208efa79b32e5b5d8c28d076aa31f /src/main/resources
parent3d76538cef0cb150415ef5db734c80fb0dec7e85 (diff)
downloadFirmament-add5eb6a4a1c8228e789f90ca100fc92f12baaea.tar.gz
Firmament-add5eb6a4a1c8228e789f90ca100fc92f12baaea.tar.bz2
Firmament-add5eb6a4a1c8228e789f90ca100fc92f12baaea.zip
Improve floating point number formatting
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/assets/firmament/lang/en_us.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json
index bd6c933..91bca24 100644
--- a/src/main/resources/assets/firmament/lang/en_us.json
+++ b/src/main/resources/assets/firmament/lang/en_us.json
@@ -6,11 +6,11 @@
"firmament.price": "Checking price for %s",
"firmament.price.bazaar": "Bazaar stats:",
"firmament.price.bazaar.productid": "Stock id: %s",
- "firmament.price.bazaar.buy.price": "Buy Price: %.1f",
+ "firmament.price.bazaar.buy.price": "Buy Price: %s",
"firmament.price.bazaar.buy.order": "Buy orders: %d",
- "firmament.price.bazaar.sell.price": "Sell Price: %.1f",
+ "firmament.price.bazaar.sell.price": "Sell Price: %s",
"firmament.price.bazaar.sell.order": "Sell orders: %d",
- "firmament.price.lowestbin": "Lowest BIN: %.1f",
+ "firmament.price.lowestbin": "Lowest BIN: %s",
"firmament.repo.reload.network": "Trying to redownload the repository",
"firmament.repo.reload.disk": "Reloading repository from disk. This may lag a bit.",
"firmament.repo.cache": "Recaching items",
@@ -53,6 +53,6 @@
"firmament.pv.skills.combat": "Combat",
"firmament.pv.skills.social": "Social",
"firmament.pv.skills.enchanting": "Enchanting",
- "firmament.pv.skills.total": "Total Exp: %.1f",
+ "firmament.pv.skills.total": "Total Exp: %s",
"firmament.pv.lookingup": "Looking up %s"
}