diff --git a/locale/template.txt b/locale/template.txt index ba7ca72..47d2930 100644 --- a/locale/template.txt +++ b/locale/template.txt @@ -105,7 +105,7 @@ Bowl of soup= Efficiency= Durability= Sharpness= -Your weapon inflicts more damages= +Your weapon inflicts more damage= Your tool lasts longer= Your tool digs faster= Enchantment Table= diff --git a/locale/xdecor.de.tr b/locale/xdecor.de.tr index 9270e4b..3faf91d 100644 --- a/locale/xdecor.de.tr +++ b/locale/xdecor.de.tr @@ -105,7 +105,7 @@ Bowl of soup=Schüssel mit Suppe Efficiency=Effizienz Durability=Haltbarkeit Sharpness=Schärfe -Your weapon inflicts more damages=Ihre Waffe richtet mehr Schaden an +Your weapon inflicts more damage=Ihre Waffe richtet mehr Schaden an Your tool lasts longer=Ihr Werkzeug hält länger Your tool digs faster=Ihr Werkzeug arbeitet schneller Enchantment Table=Zaubertisch diff --git a/locale/xdecor.fr.tr b/locale/xdecor.fr.tr index 6833dac..8c1bcc5 100644 --- a/locale/xdecor.fr.tr +++ b/locale/xdecor.fr.tr @@ -105,7 +105,7 @@ Bowl of soup=Bol de soupe Efficiency=Efficacité Durability=Durabilité Sharpness=Tranchant -Your weapon inflicts more damages=Votre arme inflige plus de dégâts +Your weapon inflicts more damage=Votre arme inflige plus de dégâts Your tool lasts longer=Votre outil dure plus longtemps Your tool digs faster=Votre outil creuse plus vite Enchantment Table=Table d’enchantements diff --git a/locale/xdecor.it.tr b/locale/xdecor.it.tr index 5c6e512..d73ed73 100644 --- a/locale/xdecor.it.tr +++ b/locale/xdecor.it.tr @@ -107,7 +107,7 @@ Bowl of soup=Ciotola di zuppa Efficiency=Efficacia Durability=Durabilità Sharpness=Affilatezza -Your weapon inflicts more damages=La tua arma infligge più danno +Your weapon inflicts more damage=La tua arma infligge più danno 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 diff --git a/src/enchanting.lua b/src/enchanting.lua index ff98e22..f0ebdd6 100644 --- a/src/enchanting.lua +++ b/src/enchanting.lua @@ -82,7 +82,7 @@ function enchanting.formspec(pos, enchants) listring[context;mese] image[2,2.9;1,1;mese_layout.png] ]] - .."tooltip[sharp;"..FS("Your weapon inflicts more damages").."]" + .."tooltip[sharp;"..FS("Your weapon inflicts more damage").."]" .."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)