From 5502e5f052922053ac36a93104c1c15a3a9026c0 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 27 Oct 2024 21:11:24 +0100 Subject: [PATCH] Fix typo: "Your tool last longer" --- locale/template.txt | 2 +- locale/xdecor.de.tr | 2 +- locale/xdecor.fr.tr | 2 +- locale/xdecor.it.tr | 2 +- src/enchanting.lua | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/locale/template.txt b/locale/template.txt index e30c96d..ba7ca72 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -106,7 +106,7 @@ Efficiency= Durability= Sharpness= Your weapon inflicts more damages= -Your tool last longer= +Your tool lasts longer= Your tool digs faster= Enchantment Table= Enchant your tools with mese crystals= diff --git a/locale/xdecor.de.tr b/locale/xdecor.de.tr index 4287e48..9270e4b 100644 --- a/locale/xdecor.de.tr +++ b/locale/xdecor.de.tr @@ -106,7 +106,7 @@ Efficiency=Effizienz Durability=Haltbarkeit Sharpness=Schärfe Your weapon inflicts more damages=Ihre Waffe richtet mehr Schaden an -Your tool last longer=Ihr Werkzeug hält länger +Your tool lasts longer=Ihr Werkzeug hält länger Your tool digs faster=Ihr Werkzeug arbeitet schneller Enchantment Table=Zaubertisch Enchant your tools with mese crystals=Werkzeuge mit Mesekristallen verzaubern diff --git a/locale/xdecor.fr.tr b/locale/xdecor.fr.tr index 9513698..6833dac 100644 --- a/locale/xdecor.fr.tr +++ b/locale/xdecor.fr.tr @@ -106,7 +106,7 @@ Efficiency=Efficacité Durability=Durabilité Sharpness=Tranchant Your weapon inflicts more damages=Votre arme inflige plus de dégâts -Your tool last longer=Votre outil dure plus longtemps +Your tool lasts longer=Votre outil dure plus longtemps Your tool digs faster=Votre outil creuse plus vite Enchantment Table=Table d’enchantements Enchant your tools with mese crystals= diff --git a/locale/xdecor.it.tr b/locale/xdecor.it.tr index 02c2f69..5c6e512 100644 --- a/locale/xdecor.it.tr +++ b/locale/xdecor.it.tr @@ -108,7 +108,7 @@ Efficiency=Efficacia Durability=Durabilità Sharpness=Affilatezza Your weapon inflicts more damages=La tua arma infligge più danno -Your tool last longer=Il tuo utensile dura di più +Your tool lasts longer=Il tuo utensile dura di più Your tool digs faster=Il tuo utensile scava più rapidamente Enchantment Table=Tavolo per migliorie Enchant your tools with mese crystals= diff --git a/src/enchanting.lua b/src/enchanting.lua index 5a69643..c93e986 100644 --- a/src/enchanting.lua +++ b/src/enchanting.lua @@ -81,7 +81,7 @@ function enchanting.formspec(pos, num) image[2,2.9;1,1;mese_layout.png] ]] .."tooltip[sharp;"..FS("Your weapon inflicts more damages").."]" - .."tooltip[durable;"..FS("Your tool last longer").."]" + .."tooltip[durable;"..FS("Your tool lasts longer").."]" .."tooltip[fast;"..FS("Your tool digs faster").."]" ..default.gui_slots .. default.get_hotbar_bg(0.55, 4.5)