From 9b542386fe05ff9635cd67bafe41b1b9a968f0ff Mon Sep 17 00:00:00 2001 From: A_D Date: Tue, 8 Jun 2021 16:13:46 +0200 Subject: [PATCH] added missing entry to eddb --- plugins/eddb.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/eddb.py b/plugins/eddb.py index 48ddb20f..80fd9431 100644 --- a/plugins/eddb.py +++ b/plugins/eddb.py @@ -96,6 +96,7 @@ def prefs_changed(cmdr, is_beta): def journal_entry(cmdr, is_beta, system, station, entry, state): if (ks := killswitch.get_disabled('plugins.eddb.journal')).disabled: logger.warning(f'Journal processing for EDDB has been disabled: {ks.reason}') + # LANG: Journal Processing disabled due to an active killswitch plug.show_error(_('EDDB Journal processing disabled. See Log.')) return