From 83f3f098828c2c1d063994a05077273d9c792c24 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 13 Jun 2021 14:59:35 +0100 Subject: [PATCH] companion: Tweak LANG comment for 'CAPI disagreed with Journal game location' 'Journal location' is ambiguous, potentially referring to where on-disk the files are. --- companion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/companion.py b/companion.py index 7ffc4517..c6c179c6 100644 --- a/companion.py +++ b/companion.py @@ -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'),)