# HG changeset patch # User Wuzzy # Date 1480019683 0 # Node ID dd382ad56f7ea9b6c63b326843b521d520117e58 # Parent 404dfa2f8a239d01658df937417d3e4191e533fe LuaLibraries: fix backtick syntax diff -r 404dfa2f8a23 -r dd382ad56f7e LuaLibraries.wiki --- a/LuaLibraries.wiki Thu Nov 24 20:33:28 2016 +0000 +++ b/LuaLibraries.wiki Thu Nov 24 20:34:43 2016 +0000 @@ -52,7 +52,7 @@ ==== `loc_noop(text)` (0.9.23) ==== Just returns `text`. This function has the same syntax as `loc`. Like for `loc`, the text will be collected to be made available for translation. -You can use this function if you want a make a string available for translation but don't want the string to be translated right now. This can come in handy if you need to store strings in variables and want do something like ´loc(variable_name)` later. +You can use this function if you want a make a string available for translation but don't want the string to be translated right now. This can come in handy if you need to store strings in variables and want do something like `loc(variable_name)` later. == Utils ==