1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 11:27:38 +03:00

companion: Tweak LANG comment for 'CAPI disagreed with Journal game location'

'Journal location' is ambiguous, potentially referring to where on-disk
the files are.
This commit is contained in:
Athanasius 2021-06-13 14:59:35 +01:00
parent e1e09aebad
commit 83f3f09882

@ -185,7 +185,7 @@ class ServerLagging(Exception):
def __init__(self, *args) -> None:
self.args = args
if not args:
# LANG: Frontier CAPI data doesn't agree with latest Journal location
# LANG: Frontier CAPI data doesn't agree with latest Journal game location
self.args = (_('Error: Frontier server is lagging'),)