Fix invalid use of the NS function. Resolves #187

This commit is contained in:
Jacob Gustafson 2021-11-01 16:54:15 -04:00 committed by GitHub
parent 8c84751ff8
commit 31cf5e4dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -240,8 +240,8 @@ local function stack_image_button(x, y, w, h, buttonname_prefix, item)
end
local recipe_text = {
recipe = NS("Recipe @1 of @2"),
usage = NS("Usage @1 of @2"),
recipe = S("Recipe @1 of @2"),
usage = S("Usage @1 of @2"),
}
local no_recipe_text = {
recipe = S("No recipes"),