Fix get_translator in mcl_brewing

This commit is contained in:
Wuzzy 2020-08-05 15:20:08 +02:00
parent cbf545ee12
commit b49bcda0ac
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
local S = minetest.get_translator("mcl_brewing_stand")
local S = minetest.get_translator("mcl_brewing")
local function active_brewing_formspec(fuel_percent, brew_percent)