LuaLibraries.wiki
changeset 529 f3e3229af8bf
parent 528 88cc64932e78
child 530 9d1b7bddb6d2
--- a/LuaLibraries.wiki	Sun Dec 21 01:27:45 2014 +0000
+++ b/LuaLibraries.wiki	Sun Dec 21 01:29:43 2014 +0000
@@ -19,9 +19,9 @@
 
 This library allows you to translate string and should be used whenever a script has text. It loads the appropriate locale file and check automatically.
 
-=== lang(text) ===
+=== `loc(text)` ===
 
-Returns the localised string of text or if it is not found it returns text.
+Returns the localised string of `text` or, if it is not found, it returns `text`.