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.fr.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/locales/locale.fr.conf') diff --git a/core/locales/locale.fr.conf b/core/locales/locale.fr.conf index b2fff92d..f3afccfa 100644 --- a/core/locales/locale.fr.conf +++ b/core/locales/locale.fr.conf @@ -337,9 +337,6 @@ Help = Aid_e Show Manual = Voir _manuel Show LuaDoc = Voir la documentation sur l’_API About = À _propos -# The error message displayed when activating a menu item associated with an -# unknown command. -Unknown command: = Commande inconnue: # The text displayed in the dialog for running an arbitrary menu command. Any # key binding associated with commands are also shown. Run Command = Lancer une commande -- cgit v1.2.3