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/locale.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/locale.conf') 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 -- cgit v1.2.3