summaryrefslogtreecommitdiff
path: root/farming/hoes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'farming/hoes.lua')
-rw-r--r--farming/hoes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/farming/hoes.lua b/farming/hoes.lua
index aee967c..3dd14f1 100644
--- a/farming/hoes.lua
+++ b/farming/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