Fix typo: "Your tool last longer"
This commit is contained in:
parent
1f33988ac5
commit
5502e5f052
@ -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=
|
||||
|
@ -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
|
||||
|
@ -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=
|
||||
|
@ -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=
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user