Editing Module:Abilities/utilsGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 52: | Line 52: | ||
if (value == nil) then return nil end | if (value == nil) then return nil end | ||
local prefix = lang. | local prefix = lang._get_string(string.format("%s_prefix",key)) | ||
local postfix = lang. | local postfix = lang._get_string(string.format("%s_postfix",key)) | ||
-- Default pre/post fix to empty string, as they may not exist | -- Default pre/post fix to empty string, as they may not exist | ||