mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -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
|
@ -3127,7 +3127,7 @@ void MainFrame::on_select_default_preset(SimpleEvent& evt)
|
|||
"It contains the following information:\n"
|
||||
"1. The Process presets\n"
|
||||
"2. The Filament presets\n"
|
||||
"3. The Printer presets\n"),
|
||||
"3. The Printer presets"),
|
||||
_L("Synchronization"),
|
||||
wxCENTER |
|
||||
wxYES_DEFAULT | wxYES_NO |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue