Skip to content

Commit 4d5a2af

Browse files
committed
Change incorrect labelling of button for counted mode
1 parent e9b70fc commit 4d5a2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/client/tui/screens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ def compose(self):
462462
if self._form.get("motion_corr_binning") == "2":
463463
self._vert = VerticalScroll(
464464
*inputs,
465-
Label("Collected in super resoultion mode unbinned:"),
465+
Label("Collected in counting mode:"),
466466
Switch(id="superres", value=True, classes="input"),
467467
confirm_btn,
468468
id="input-form",

0 commit comments

Comments
 (0)