diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-01-22 10:41:22 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-01-22 10:41:22 +0000 |
commit | 1b71f29fbe82d181049276640a76209fc9db07b3 (patch) | |
tree | 077eea77c3308c5461e757fcd5f3ec51c7c83974 /hoes.lua | |
parent | 271c17180e2ec98a8c1981bb5f18070f990ce846 (diff) |
updated german translation (thanks groenkek)
Diffstat (limited to 'hoes.lua')
-rw-r--r-- | hoes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |