From c23702eaa5d61aa83b47023d118ebb905d39ccd6 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 16 Oct 2021 12:44:02 +0200 Subject: Fix #3835: theme switcher broken when theme is not available (#3874) * FIx the function: add an error slide * i18n for the error message * fix the message * i18n: nl * phpcbf * Typographic quotation marks +fr +en-US * Unicode instead of entities * Whitespace Co-authored-by: Alexandre Alapetite --- cli/i18n/ignore/en-us.php | 1 + 1 file changed, 1 insertion(+) (limited to 'cli') diff --git a/cli/i18n/ignore/en-us.php b/cli/i18n/ignore/en-us.php index c7e978585..812381b64 100644 --- a/cli/i18n/ignore/en-us.php +++ b/cli/i18n/ignore/en-us.php @@ -160,6 +160,7 @@ return array( 'conf.display.notif_html5.timeout', 'conf.display.show_nav_buttons', 'conf.display.theme', + 'conf.display.theme_not_available', 'conf.display.thumbnail.label', 'conf.display.thumbnail.landscape', 'conf.display.thumbnail.none', -- cgit v1.2.3