mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
ENH: optimize the copy description format
remove "\n" from _L macro Change-Id: If1beda4a77f1c2b42945657b7386e155b8bc7a20 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
2da79a3ff0
commit
9bc46daf40
6 changed files with 18 additions and 13 deletions
|
@ -1495,7 +1495,8 @@ void Tab::on_value_change(const std::string& opt_key, const boost::any& value)
|
|||
void Tab::show_timelapse_warning_dialog() {
|
||||
if (!m_is_timelapse_wipe_tower_already_prompted) {
|
||||
wxString msg_text = _(L("When recording timelapse without toolhead, it is recommended to add a \"Timelapse Wipe Tower\" \n"
|
||||
"by right-click the empty position of build plate and choose \"Add Primitive\"->\"Timelapse Wipe Tower\".\n"));
|
||||
"by right-click the empty position of build plate and choose \"Add Primitive\"->\"Timelapse Wipe Tower\"."));
|
||||
msg_text += "\n";
|
||||
MessageDialog dialog(nullptr, msg_text, "", wxICON_WARNING | wxOK);
|
||||
dialog.ShowModal();
|
||||
m_is_timelapse_wipe_tower_already_prompted = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue