diff options
author | Wuzzy <almikes@aol.com> | 2016-11-03 02:41:13 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-11-03 02:41:13 +0100 |
commit | a080fd45f924f6502c2d296529dff730ad71807f (patch) | |
tree | aefcc35793d7f9fd9a62742abc7d197d55e411b2 /init.lua | |
parent | 825d0cd20ea1a6f4302214782d4e8437d0ef411c (diff) |
add_real_group_names → add_friendly_group_names
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |