From 09da4576bf4d3056138640404369a134ad717c65 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 5 Jun 2021 08:54:55 +0100 Subject: [PATCH] plugins/coriolis: Correct case of translated string --- plugins/coriolis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/coriolis.py b/plugins/coriolis.py index f98b0105..c276eff4 100644 --- a/plugins/coriolis.py +++ b/plugins/coriolis.py @@ -80,7 +80,7 @@ def plugin_prefs(parent: tk.Widget, cmdr: str, is_beta: bool) -> tk.Frame: ) cur_row += 1 - nb.Label(conf_frame, text=_('Override Beta/Normal selection')).grid(sticky=tk.W, row=cur_row, column=0, padx=PADX) + nb.Label(conf_frame, text=_('Override Beta/Normal Selection')).grid(sticky=tk.W, row=cur_row, column=0, padx=PADX) nb.OptionMenu( conf_frame, override_textvar,