# HG changeset patch # User Wuzzy # Date 1543877969 0 # Node ID 4c982152eb2e191b8aa6b53aba326b2accb83042 # Parent 50432569b97202c542be417e8950323ebd066498 LuaAPI: fix * diff -r 50432569b972 -r 4c982152eb2e LuaAPI.wiki --- a/LuaAPI.wiki Mon Dec 03 22:59:01 2018 +0000 +++ b/LuaAPI.wiki Mon Dec 03 22:59:29 2018 +0000 @@ -73,7 +73,7 @@ The following variables are made available by Hedgewars in Lua and can be used to quickly query a value. Lua scripts schould normally *not* write to these variables, only read from them. === General variables and constants === -Here are some unsorted variables or constants which are available in Lua. **Consider these variables to be read-only.** +Here are some unsorted variables or constants which are available in Lua. *Consider these variables to be read-only.* || *Identifier* || *Description* || || `LOCALE` || Current locale identifier (e.g. “de” for German) ||