From 0ebbe321af357655d6833f9ca0792b3e212e57f8 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 28 Oct 2010 17:36:06 -0400 Subject: Fixed bug in modules/textadept/run.lua from localization changes. --- modules/textadept/run.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/textadept/run.lua') diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index 772214cb..3210f7d4 100755 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -121,7 +121,7 @@ function goto_error(pos, line_num) local msg = captures[error_detail.message] if msg then buffer:call_tip_show(buffer.current_pos, msg) end else - error(string.format('"%s" %s', L('does not exist'), utf8_filename)) + error(string.format('"%s" %s', utf8_filename, L('does not exist')) end break end -- cgit v1.2.3