aboutsummaryrefslogtreecommitdiff
path: root/core/.gui.luadoc
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-10-15 16:52:12 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2010-10-15 16:52:12 -0400
commit6d11c044ec0059405c9e2813e39e9b618e7068c8 (patch)
treebd2d28c04d63d633817cc1f29c74608e36c7c3cb /core/.gui.luadoc
parent32602279973cef2783399c08709b3567f8369371 (diff)
downloadtextadept-6d11c044ec0059405c9e2813e39e9b618e7068c8.tar.gz
textadept-6d11c044ec0059405c9e2813e39e9b618e7068c8.zip
Changed locale implementation.
Diffstat (limited to 'core/.gui.luadoc')
-rw-r--r--core/.gui.luadoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/.gui.luadoc b/core/.gui.luadoc
index eecc6c1d..9173b6e2 100644
--- a/core/.gui.luadoc
+++ b/core/.gui.luadoc
@@ -62,8 +62,8 @@ function check_focused_buffer(buffer) end
-- buffer, and prints to it.
-- @param buffer_type String type of message buffer.
-- @param ... Message strings.
--- @usage gui._print(locale.ERROR_BUFFER, error_message)
--- @usage gui._print(locale.MESSAGE_BUFFER, message)
+-- @usage gui._print(L('[Error Buffer]'), error_message)
+-- @usage gui._print(L('[Message Buffer]'), message)
function _print(buffer_type, ...) end
---