Fix typo: "more damages"
This commit is contained in:
parent
254ae5a4d5
commit
2b91f0d013
@ -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=
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user