mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +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
|
# (Re-)install log monitoring
|
||||||
if not monitor.start(self.w):
|
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:
|
if dologin and monitor.cmdr:
|
||||||
self.login() # Login if not already logged in with this Cmdr
|
self.login() # Login if not already logged in with this Cmdr
|
||||||
|
@ -84,6 +84,9 @@
|
|||||||
/* Folder selection button on OSX. [prefs.py] */
|
/* Folder selection button on OSX. [prefs.py] */
|
||||||
"Change..." = "Change...";
|
"Change..." = "Change...";
|
||||||
|
|
||||||
|
/* Generic 'Check', as in 'Check E:D journal file location' [EDMarketConnector.py] */
|
||||||
|
"Check" = "Check";
|
||||||
|
|
||||||
/* Menu item. [EDMarketConnector.py] */
|
/* Menu item. [EDMarketConnector.py] */
|
||||||
"Check for Updates..." = "Check for Updates...";
|
"Check for Updates..." = "Check for Updates...";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user