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:
parent
1b3046a4f9
commit
87ff0b08a1
@ -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
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user