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:
parent
a4cd407b89
commit
7d4118738b
@ -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
|
||||
|
@ -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 ''
|
||||
|
||||
|
@ -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 ''
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user