Compare commits

..

1 Commits
1.9a ... 1.9b

Author SHA1 Message Date
98a09f4d4b Fix messages in craft command 2019-10-04 01:05:11 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -1749,10 +1749,10 @@ function craftguide.show(name, item, show_usages)
if not recipes and not usages then
if not recipes_cache[item] and not usages_cache[item] then
return false, msg(name, S("No recipe or usage for this node"))
return false, msg(name, S("No recipe or usage for this item"))
end
return false, msg(name, S("You don't know a recipe or usage for this node"))
return false, msg(name, S("You don't know a recipe or usage for this item"))
end
data.query_item = item

View File

@ -19,8 +19,8 @@ No item to show=
Collect items to reveal more recipes=
Show recipe(s) of the pointed node=
No node pointed=
You don't know a recipe or usage for this node=
No recipe or usage for this node=
You don't know a recipe or usage for this item=
No recipe or usage for this item=
Node=
Entity=
Craftitem=