From 671a8baf002a311794cde6e2625767f3143de4d0 Mon Sep 17 00:00:00 2001 From: EricClaeys <83164203+EricClaeys@users.noreply.github.com> Date: Tue, 19 Oct 2021 22:09:17 -0500 Subject: [PATCH] capture.cpp s/Continuous/Non-continuous The message was incorrect. --- src/capture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/capture.cpp b/src/capture.cpp index dd6538697..33a82d106 100644 --- a/src/capture.cpp +++ b/src/capture.cpp @@ -1705,7 +1705,7 @@ const char *locale = DEFAULT_LOCALE; printf(" Darkframe: %s\n", yesNo(darkframe)); printf(" Debug Level: %d\n", debugLevel); printf(" TTY: %s\n", yesNo(tty)); - printf(" Continuous Capture Method: %s\n", yesNo(use_new_exposure_algorithm)); + printf(" Non-continuous Capture Method: %s\n", yesNo(use_new_exposure_algorithm)); printf(" ZWO SDK version %s\n", ASIGetSDKVersion()); printf("%s", KNRM);