summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-11-03 02:41:13 +0100
committerWuzzy <almikes@aol.com>2016-11-03 02:41:13 +0100
commita080fd45f924f6502c2d296529dff730ad71807f (patch)
treeaefcc35793d7f9fd9a62742abc7d197d55e411b2 /init.lua
parent825d0cd20ea1a6f4302214782d4e8437d0ef411c (diff)
add_real_group_names → add_friendly_group_names
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index 9d170ef..12bbb70 100644
--- a/init.lua
+++ b/init.lua
@@ -888,8 +888,9 @@ function doc.sub.items.add_item_image_overrides(image_overrides)
end
-- Register group definition stuff
--- “Real” group names to replace the rather technical names
-function doc.sub.items.add_real_group_names(groupnames)
+-- More (user-)friendly group names to replace the rather technical names
+-- for better understanding
+function doc.sub.items.add_friendly_group_names(groupnames)
for internal, real in pairs(groupnames) do
groupdefs[internal] = real
end