diff options
author | 2020-02-24 09:04:39 -0500 | |
---|---|---|
committer | 2020-02-24 09:04:39 -0500 | |
commit | e0316d39489aa02c547fdf747aeca4c07735afba (patch) | |
tree | 13c8115aa493925173d2f9aff7ea5158153c90dd /core/locales/locale.sv.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/locales/locale.sv.conf')
-rw-r--r-- | core/locales/locale.sv.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/locales/locale.sv.conf b/core/locales/locale.sv.conf index f8c93fa0..0d4b5d89 100644 --- a/core/locales/locale.sv.conf +++ b/core/locales/locale.sv.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 = Odefinierat event-namn - # [core/file_io.lua] # The title of dialogs prompting the user to open a file. Open File = Öppna |