mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
plugins/coriolis.py: LANG comment pass
This commit is contained in:
parent
cc0e39b7c2
commit
a412ec1382
@ -99,9 +99,9 @@ def prefs_changed(cmdr: str, is_beta: bool) -> None:
|
||||
beta_url = beta_textvar.get()
|
||||
override_mode = override_textvar.get()
|
||||
override_mode = { # Convert to unlocalised names
|
||||
_('Normal'): 'normal',
|
||||
_('Beta'): 'beta',
|
||||
_('Auto'): 'auto',
|
||||
_('Normal'): 'normal', # LANG: Coriolis normal/beta selection - normal
|
||||
_('Beta'): 'beta', # LANG: Coriolis normal/beta selection - beta
|
||||
_('Auto'): 'auto', # LANG: Coriolis normal/beta selection - auto
|
||||
}.get(override_mode, override_mode)
|
||||
|
||||
if override_mode not in ('beta', 'normal', 'auto'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user