aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-06-10 17:12:28 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-06-10 17:12:28 -0400
commit290d3fec717baf7973fce3e43fb03ac4f126880c (patch)
treeb777187d8b1be41bc133ca74d4d3abf7f429e40d /modules/textadept/menu.lua
parent1db240f243f6263dc2f85b9a65c0f9615e3c7cf9 (diff)
downloadtextadept-290d3fec717baf7973fce3e43fb03ac4f126880c.tar.gz
textadept-290d3fec717baf7973fce3e43fb03ac4f126880c.zip
Renamed some buffer/view fields to use American English instead of Australian.
This requires theme updates, primarily due to colour -> color.
Diffstat (limited to 'modules/textadept/menu.lua')
-rw-r--r--modules/textadept/menu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index 19262ca6..5db2d259 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -304,7 +304,7 @@ local default_menubar = {
end},
SEPARATOR,
{_L['Select Lexer...'], textadept.file_types.select_lexer},
- {_L['Refresh Syntax Highlighting'], function() buffer:colourise(1, -1) end}
+ {_L['Refresh Syntax Highlighting'], function() buffer:colorize(1, -1) end}
},
{
title = _L['View'],