mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Remove unnecessary trailing spaces (#8752)
This commit is contained in:
parent
464b89c3a7
commit
74d9a88480
23 changed files with 152 additions and 152 deletions
|
@ -322,7 +322,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con
|
|||
|
||||
if (config->opt_bool("alternate_extra_wall") &&
|
||||
(config->opt_enum<EnsureVerticalShellThickness>("ensure_vertical_shell_thickness") == evstAll)) {
|
||||
wxString msg_text = _(L("Alternate extra wall does't work well when ensure vertical shell thickness is set to All. "));
|
||||
wxString msg_text = _(L("Alternate extra wall does't work well when ensure vertical shell thickness is set to All."));
|
||||
|
||||
if (is_global_config)
|
||||
msg_text += "\n\n" + _(L("Change these settings automatically? \n"
|
||||
|
|
|
@ -1418,7 +1418,7 @@ void UnsavedChangesDialog::update(Preset::Type type, PresetCollection* dependent
|
|||
|
||||
wxString action_msg;
|
||||
if (dependent_presets) {
|
||||
action_msg = format_wxstr(_L("You have changed some settings of preset \"%1%\". "), dependent_presets->get_edited_preset().name);
|
||||
action_msg = format_wxstr(_L("You have changed some settings of preset \"%1%\"."), dependent_presets->get_edited_preset().name);
|
||||
if (!m_transfer_btn) {
|
||||
action_msg += _L("\nYou can save or discard the preset values you have modified.");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue