1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

Translations: Full phrase "Error: Check E:D journal file location"

This commit is contained in:
Athanasius 2021-06-07 14:17:28 +01:00
parent 1b3046a4f9
commit 87ff0b08a1
2 changed files with 5 additions and 1 deletions

View File

@ -694,7 +694,8 @@ class AppWindow(object):
# (Re-)install log monitoring
if not monitor.start(self.w):
self.status['text'] = f'Error: {_("Check")} {_("E:D journal file location")}'
# LANG: ED Journal file location appears to be in error
self.status['text'] = _('Error: Check E:D journal file location')
if dologin and monitor.cmdr:
self.login() # Login if not already logged in with this Cmdr

View File

@ -589,6 +589,9 @@
/* Label for 'UI Scaling' option [prefs.py] */
"UI Scale Percentage" = "UI Scale Percentage";
/* EDMarketConnector.py: ED Journal file location appears to be in error; In files: EDMarketConnector.py:698; */
"Error: Check E:D journal file location" = "Error: Check E:D journal file location";
/* General 'Unknown', e.g. suit loadout */
"Unknown" = "Unknown";