|
@ -234,8 +234,10 @@ local function stack_image_button(x, y, w, h, buttonname_prefix, item) |
|
|
end |
|
|
end |
|
|
|
|
|
|
|
|
local recipe_text = { |
|
|
local recipe_text = { |
|
|
recipe = S("Recipe @1 of @2"), |
|
|
recipe = "Recipe @1 of @2", |
|
|
usage = S("Usage @1 of @2"), |
|
|
usage = "Usage @1 of @2", |
|
|
|
|
|
-- Don't use the "S" function yet: |
|
|
|
|
|
-- * Use "S" later to fill numbered substitutions. |
|
|
} |
|
|
} |
|
|
local no_recipe_text = { |
|
|
local no_recipe_text = { |
|
|
recipe = S("No recipes"), |
|
|
recipe = S("No recipes"), |
|
|