diff options
Diffstat (limited to 'core/locale.lua')
-rw-r--r-- | core/locale.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/locale.lua b/core/locale.lua index b59141f5..5448cdc4 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -10,8 +10,8 @@ module('_L')]] -- Markdown: -- # Settings -- --- * `_NIL` [string]: String returned when no localization for a given message --- exists. +-- * `_NIL` [string] +-- String returned when no localization for a given message exists. M._NIL = 'No Localization' |