summaryrefslogtreecommitdiff
path: root/bags.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bags.lua')
-rw-r--r--bags.lua7
1 files changed, 1 insertions, 6 deletions
diff --git a/bags.lua b/bags.lua
index b2ef757..cb568f8 100644
--- a/bags.lua
+++ b/bags.lua
@@ -3,12 +3,7 @@
-- Copyright (c) 2012 cornernote, Brett O'Donnell <cornernote@gmail.com>
-- License: GPLv3
-local S
-if rawget(_G, "intllib") then
- S = intllib.Getter()
-else
- S = function(s) return s end
-end
+local S = unified_inventory.gettext
unified_inventory.register_page("bags", {
get_formspec = function(player)