We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b70fc commit 4d5a2afCopy full SHA for 4d5a2af
src/murfey/client/tui/screens.py
@@ -462,7 +462,7 @@ def compose(self):
462
if self._form.get("motion_corr_binning") == "2":
463
self._vert = VerticalScroll(
464
*inputs,
465
- Label("Collected in super resoultion mode unbinned:"),
+ Label("Collected in counting mode:"),
466
Switch(id="superres", value=True, classes="input"),
467
confirm_btn,
468
id="input-form",
0 commit comments