diff --git a/register.lua b/register.lua index 33b39cc..b6cc772 100644 --- a/register.lua +++ b/register.lua @@ -240,8 +240,10 @@ local function stack_image_button(x, y, w, h, buttonname_prefix, item) end local recipe_text = { - recipe = S("Recipe @1 of @2"), - usage = S("Usage @1 of @2"), + recipe = "Recipe @1 of @2", + usage = "Usage @1 of @2", + -- Don't translate with S(...) yet: + -- * Later use S(...) to translate & do numbered substitutions. } local no_recipe_text = { recipe = S("No recipes"),