diff options
author | 2020-02-24 09:04:39 -0500 | |
---|---|---|
committer | 2020-02-24 09:04:39 -0500 | |
commit | e0316d39489aa02c547fdf747aeca4c07735afba (patch) | |
tree | 13c8115aa493925173d2f9aff7ea5158153c90dd /core/locale.conf | |
parent | c26b98733225c36ef21d0d3818979dcaa6197acd (diff) | |
download | textadept-e0316d39489aa02c547fdf747aeca4c07735afba.tar.gz textadept-e0316d39489aa02c547fdf747aeca4c07735afba.zip |
Fixed skipping of next event handler after disconnecting the current one.
Also removed localization for undefined event name. It was confusing, and anyone
connecting to or emitting events should be comfortable with the error message,
as it's consistent with Lua's type error messages.
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/locale.conf b/core/locale.conf index c38daf68..665915da 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -10,11 +10,6 @@ # along with that letter will activate (click) the button or menu item. You are # free to use or omit these "_" mnemonics from your translations as you see fit. -# [core/events.lua] -# This error message is displayed if the user accidentally emits an event with -# no name (e.g. mistypes the name of an existing event). -Undefined event name = Undefined event name - # [core/file_io.lua] # The title of dialogs prompting the user to open a file. Open File = Open File |