mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 09:32:09 +00:00
ENH: modify some words to simplify translation
Some sentenses are only slightly different which is unnecessary. Making them the same can save a translation and also keep consistency. Change-Id: Ie59c0bf788a31ee0c6a0d792af7b3d532fe34f75 (cherry picked from commit eb69195569518e3be61e5a8887ea317fbe3e7302)
This commit is contained in:
@@ -1700,7 +1700,7 @@ void SelectMachineDialog::show_status(PrintDialogStatus status, std::vector<wxSt
|
||||
Enable_Send_Button(false);
|
||||
Enable_Refresh_Button(true);
|
||||
} else if (status == PrintDialogStatus::PrintStatusTimelapseNoSdcard) {
|
||||
wxString msg_text = _L("An SD card needs to be inserted to recording timelapse");
|
||||
wxString msg_text = _L("An SD card needs to be inserted to record timelapse.");
|
||||
update_print_status_msg(msg_text, true, true);
|
||||
Enable_Send_Button(true);
|
||||
Enable_Refresh_Button(true);
|
||||
|
||||
Reference in New Issue
Block a user