From 7d4118738be53fa2dd49c8b25ad58790ec63fdf3 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 3 Jan 2023 11:46:27 +0000 Subject: [PATCH] Add some missing LANG comments, as per script output --- EDMarketConnector.py | 2 +- plugins/edsm.py | 2 +- plugins/inara.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index e5585e75..180a6556 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -598,7 +598,7 @@ class AppWindow(object): self.button = ttk.Button( frame, name='update_button', - text=_('Update'), + text=_('Update'), # LANG: Main UI Update button width=28, default=tk.ACTIVE, state=tk.DISABLED diff --git a/plugins/edsm.py b/plugins/edsm.py index 9eb9167a..8975ff13 100644 --- a/plugins/edsm.py +++ b/plugins/edsm.py @@ -629,7 +629,7 @@ entry: {entry!r}''' # LANG: The Inara API only accepts Live galaxy data, not Legacy galaxy data logger.info("EDSM only accepts Live galaxy data") this.legacy_galaxy_last_notified = datetime.now(timezone.utc) - return _("EDSM only accepts Live galaxy data") + return _("EDSM only accepts Live galaxy data") # LANG: EDSM - Only Live data return '' diff --git a/plugins/inara.py b/plugins/inara.py index 73ee482e..ff87c881 100644 --- a/plugins/inara.py +++ b/plugins/inara.py @@ -383,7 +383,7 @@ def journal_entry( # noqa: C901, CCR001 # LANG: The Inara API only accepts Live galaxy data, not Legacy galaxy data logger.info(_("Inara only accepts Live galaxy data")) this.legacy_galaxy_last_notified = datetime.now(timezone.utc) - return _("Inara only accepts Live galaxy data") + return _("Inara only accepts Live galaxy data") # LANG: Inara - Only Live data return ''