From 03c4016d07477781aa3adcc9edf340c0bec9c6c8 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Tue, 20 Oct 2020 15:29:03 -0400 Subject: Code cleanup. Of note: * io.save_all_files() does not visit each buffer to save anymore. An unintended side-effect was checking for outside modification (but only if the file itself was modified), so outside changes will always be saved over now. * The menu clicked handler uses assert_type(), so the 'Unknown command' localization is no longer needed. * When printing to a new buffer type would split the view, use an existing split view when possible. * Prefer 'goto continue' construct in loops over nested 'if's. * Fixed clearing of ui.find.replace_entry_text on reset in the GUI version. * Fixed lack of statusbar updating when setting options like buffer EOL mode, indentation, and encoding. * Renamed internal new_snippet() to new() and put it in the snippet metatable. --- core/locales/locale.es.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/locales/locale.es.conf') diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf index 354a33fc..273b90ca 100644 --- a/core/locales/locale.es.conf +++ b/core/locales/locale.es.conf @@ -336,9 +336,6 @@ Help = A_yuda Show Manual = Mostrar _manual Show LuaDoc = Mostrar _LuaDoc About = Acerca _de -# The error message displayed when activating a menu item associated with an -# unknown command. -Unknown command: = Comando desconocido: # The text displayed in the dialog for running an arbitrary menu command. Any # key binding associated with commands are also shown. Run Command = Ejecutar comando -- cgit v1.2.3