From 31cf5e4dbef6d98465b53aa4043095eb6c215976 Mon Sep 17 00:00:00 2001 From: Jacob Gustafson <7557867+poikilos@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:54:15 -0400 Subject: [PATCH] Fix invalid use of the NS function. Resolves #187 --- register.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/register.lua b/register.lua index 3cb5f59..33b39cc 100644 --- a/register.lua +++ b/register.lua @@ -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"),