1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

Add some missing LANG comments, as per script output

This commit is contained in:
Athanasius 2023-01-03 11:46:27 +00:00
parent a4cd407b89
commit 7d4118738b
No known key found for this signature in database
GPG Key ID: 772697E181BB2767
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 ''

View File

@ -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 ''