From 44d6e89bd8b18b8d89a62a201de1a3115d0fe4df Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Sun, 5 May 2024 20:36:30 -0400 Subject: [PATCH] [519] Wiki Page and Remove TODO --- config/__init__.py | 2 +- prefs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/__init__.py b/config/__init__.py index fabf3eab..2ed77a43 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -482,7 +482,7 @@ def get_config(*args, **kwargs) -> AbstractConfig: config = get_config() -# TODO: Wiki on Updates (WILL NOT DOWNGRADE) +# Wiki: https://github.com/EDCD/EDMarketConnector/wiki/Participating-in-Open-Betas-of-EDMC def get_update_feed() -> str: """Select the proper update feed for the current update track.""" if config.get_bool('beta_optin'): diff --git a/prefs.py b/prefs.py index a4fee54b..936272fd 100644 --- a/prefs.py +++ b/prefs.py @@ -505,7 +505,7 @@ class PreferencesDialog(tk.Toplevel): ) self.curr_update_track = "Beta" if config.get_bool('beta_optin') else "Stable" self.update_paths = tk.StringVar(value=self.curr_update_track) - # TODO: LANG + update_paths = [ tr.tl("Stable"), # LANG: Stable Version of EDMC tr.tl("Beta") # LANG: Beta Version of EDMC