diff --git a/EDMarketConnector.py b/EDMarketConnector.py index 8fcab4ba..6debf4e9 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -809,6 +809,8 @@ class AppWindow: # Check for Valid Providers validate_providers() + if monitor.cmdr is None: + 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";