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.es.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/locales/locale.es.conf') diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf index 33610d39..895a99c1 100644 --- a/core/locales/locale.es.conf +++ b/core/locales/locale.es.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 = Nombre de evento sin definir - # [core/file_io.lua] # The title of dialogs prompting the user to open a file. Open File = Abrir -- cgit v1.2.3