From e0316d39489aa02c547fdf747aeca4c07735afba Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 24 Feb 2020 09:04:39 -0500 Subject: 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. --- core/locales/locale.sv.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/locales/locale.sv.conf') 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 -- cgit v1.2.3