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:
parent
09da4576bf
commit
73ead7c4ef
@ -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
|
||||
|
@ -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...";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user