summaryrefslogtreecommitdiff
path: root/hoes.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-01-22 10:41:22 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2018-01-22 10:41:22 +0000
commit1b71f29fbe82d181049276640a76209fc9db07b3 (patch)
tree077eea77c3308c5461e757fcd5f3ec51c7c83974 /hoes.lua
parent271c17180e2ec98a8c1981bb5f18070f990ce846 (diff)
updated german translation (thanks groenkek)
Diffstat (limited to 'hoes.lua')
-rw-r--r--hoes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/hoes.lua b/hoes.lua
index aee967c..3dd14f1 100644
--- a/hoes.lua
+++ b/hoes.lua
@@ -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