1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

updated german translation (thanks groenkek)

This commit is contained in:
TenPlus1
2018-01-22 10:41:22 +00:00
parent 271c17180e
commit 1b71f29fbe
2 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@ farming.register_hoe = function(name, def)
-- Check def table
if def.description == nil then
def.description = "Hoe"
def.description = S("Hoe")
end
if def.inventory_image == nil then