From 6da7597e796cadcfb702c5689fdce833873a661c Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Sat, 23 Mar 2024 10:27:01 -0400 Subject: [PATCH] [Lang] Add Language Check --- EDMarketConnector.py | 2 +- L10n/en.template | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index e6a4d784..6debf4e9 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -810,7 +810,7 @@ class AppWindow: # Check for Valid Providers validate_providers() if monitor.cmdr is None: - self.status['text'] = _("Awaiting Full CMDR Login") + self.status['text'] = _("Awaiting Full CMDR Login") # LANG: Await Full CMDR Login to Game # Start a protocol handler to handle cAPI registration. Requires main loop to be running. self.w.after_idle(lambda: protocol.protocolhandler.start(self.w)) diff --git a/L10n/en.template b/L10n/en.template index 8793873a..f5acb377 100644 --- a/L10n/en.template +++ b/L10n/en.template @@ -240,6 +240,9 @@ /* EDMarketConnector.py: Popup window title for Reset Providers; In files: EDMarketConnector.py:2161; */ "EDMC: Default Providers Reset" = "EDMC: Default Providers Reset"; +/* EDMarketConnector.py: Await Full CMDR Login to Game; In files: EDMarketConnector.py:813; */ +"Awaiting Full CMDR Login" = "Awaiting Full CMDR Login"; + /* journal_lock.py: Title text on popup when Journal directory already locked; In files: journal_lock.py:208; */ "Journal directory already locked" = "Journal directory already locked";