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

Translations: Add generic 'Check', as in 'Check E:D journal file location'

This commit is contained in:
Athanasius 2021-06-05 09:19:47 +01:00
parent 09da4576bf
commit 73ead7c4ef
2 changed files with 4 additions and 1 deletions

View File

@ -694,7 +694,7 @@ class AppWindow(object):
# (Re-)install log monitoring
if not monitor.start(self.w):
self.status['text'] = f'Error: Check {_("E:D journal file location")}'
self.status['text'] = f'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

@ -84,6 +84,9 @@
/* Folder selection button on OSX. [prefs.py] */
"Change..." = "Change...";
/* Generic 'Check', as in 'Check E:D journal file location' [EDMarketConnector.py] */
"Check" = "Check";
/* Menu item. [EDMarketConnector.py] */
"Check for Updates..." = "Check for Updates...";