aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/find.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-07-11 17:37:21 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-07-11 17:37:21 -0400
commitcf160f145890be7f5dd18c63421ed9fb40522063 (patch)
tree0d1f38dd57b5c312ed563ab06917c802c47e5533 /modules/textadept/find.lua
parent093e882ab6fb0afdc640494a1023c0771f84ce0f (diff)
downloadtextadept-cf160f145890be7f5dd18c63421ed9fb40522063.tar.gz
textadept-cf160f145890be7f5dd18c63421ed9fb40522063.zip
Removed label mnemonics from localization keys.
Diffstat (limited to 'modules/textadept/find.lua')
-rw-r--r--modules/textadept/find.lua20
1 files changed, 10 insertions, 10 deletions
diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua
index a3723683..4d80ae39 100644
--- a/modules/textadept/find.lua
+++ b/modules/textadept/find.lua
@@ -5,16 +5,16 @@ local events = events
local find = gui.find
local c = _SCINTILLA.constants
-find.find_label_text = L('_Find:')
-find.replace_label_text = L('R_eplace:')
-find.find_next_button_text = L('Find _Next')
-find.find_prev_button_text = L('Find _Prev')
-find.replace_button_text = L('_Replace')
-find.replace_all_button_text = L('Replace _All')
-find.match_case_label_text = L('_Match case')
-find.whole_word_label_text = L('_Whole word')
-find.lua_pattern_label_text = L('_Lua pattern')
-find.in_files_label_text = L('_In files')
+find.find_label_text = L('Find:')
+find.replace_label_text = L('Replace:')
+find.find_next_button_text = L('Find Next')
+find.find_prev_button_text = L('Find Prev')
+find.replace_button_text = L('Replace')
+find.replace_all_button_text = L('Replace All')
+find.match_case_label_text = L('Match case')
+find.whole_word_label_text = L('Whole word')
+find.lua_pattern_label_text = L('Lua pattern')
+find.in_files_label_text = L('In files')
local MARK_FIND = _SCINTILLA.next_marker_number()
local MARK_FIND_COLOR = 0x4D9999