|
@@ -311,7 +311,7 @@ FORCE_INLINE void probe_specific_action(const bool deploy) {
|
311
|
311
|
FSTR_P const ds_str = deploy ? GET_TEXT_F(MSG_MANUAL_DEPLOY) : GET_TEXT_F(MSG_MANUAL_STOW);
|
312
|
312
|
ui.return_to_status(); // To display the new status message
|
313
|
313
|
ui.set_status(ds_str, 99);
|
314
|
|
- SERIAL_ECHOLNF(ds_str);
|
|
314
|
+ SERIAL_ECHOLNF(deploy ? GET_EN_TEXT_F(MSG_MANUAL_DEPLOY) : GET_EN_TEXT_F(MSG_MANUAL_STOW));
|
315
|
315
|
|
316
|
316
|
TERN_(HOST_PROMPT_SUPPORT, hostui.prompt_do(PROMPT_USER_CONTINUE, F("Stow Probe"), FPSTR(CONTINUE_STR)));
|
317
|
317
|
TERN_(EXTENSIBLE_UI, ExtUI::onUserConfirmRequired(F("Stow Probe")));
|