summaryrefslogtreecommitdiff
path: root/sfinv.lua
diff options
context:
space:
mode:
Diffstat (limited to 'sfinv.lua')
-rw-r--r--sfinv.lua7
1 files changed, 1 insertions, 6 deletions
diff --git a/sfinv.lua b/sfinv.lua
index de85998..e2b6eb4 100644
--- a/sfinv.lua
+++ b/sfinv.lua
@@ -1,10 +1,5 @@
if minetest.get_modpath("sfinv") then
- local S
- if minetest.get_modpath("intllib") then
- S = intllib.Getter()
- else
- S = function ( s ) return s end
- end
+ local S = awards.gettext
sfinv.register_page("awards:awards", {
title = S("Awards"),