fix: naming

This commit is contained in:
Ian Chua
2026-07-14 11:34:06 +08:00
parent 5b3e1b921c
commit 796080ff76
2 changed files with 4 additions and 4 deletions

View File

@@ -931,9 +931,9 @@ void PrintConfigDef::init_common_params()
} }
def = this->add("plugin_preference_overrides", coString); def = this->add("plugin_preference_overrides", coString);
def->label = L("Plugin configuration"); def->label = L("Capabilities");
def->tooltip = L("Configuration for the plugin capabilities this preset uses, overriding the global " def->tooltip = L("Configuration for the plugin capabilities this preset uses, overriding the global "
"plugin configuration. Stored as a raw JSON array and edited through the dialog " "Capabilities configuration. Stored as a raw JSON array and edited through the dialog "
"behind the button, never typed in directly."); "behind the button, never typed in directly.");
// Never shown as a text field: plugin_config renders a button that opens PluginsConfigDialog. // Never shown as a text field: plugin_config renders a button that opens PluginsConfigDialog.
def->gui_type = ConfigOptionDef::GUIType::plugin_config; def->gui_type = ConfigOptionDef::GUIType::plugin_config;

View File

@@ -3090,7 +3090,7 @@ void TabPrint::build()
// label — and so the revert arrow beside it — to show. No label-width override either: a 0 // label — and so the revert arrow beside it — to show. No label-width override either: a 0
// there means "no label column", which is what the neighbouring full-width groups want and // there means "no label column", which is what the neighbouring full-width groups want and
// what would collapse this one. // what would collapse this one.
optgroup = page->new_optgroup(L("Plugin Configuration"), L"param_gcode"); optgroup = page->new_optgroup(L("Plugin Preferences"), L"param_gcode");
optgroup->append_single_option_line("plugin_preference_overrides"); optgroup->append_single_option_line("plugin_preference_overrides");
optgroup = page->new_optgroup(L("Notes"), "note", 0); optgroup = page->new_optgroup(L("Notes"), "note", 0);
@@ -4488,7 +4488,7 @@ void TabFilament::build()
option.opt.height = gcode_field_height;// 150; option.opt.height = gcode_field_height;// 150;
optgroup->append_single_option_line(option); optgroup->append_single_option_line(option);
optgroup = page->new_optgroup(L("Plugin Configuration"), L"param_gcode"); optgroup = page->new_optgroup(L("Plugin Preferences"), L"param_gcode");
optgroup->append_single_option_line("plugin_preference_overrides"); optgroup->append_single_option_line("plugin_preference_overrides");
page = add_options_page(L("Multimaterial"), "custom-gcode_multi_material"); // ORCA: icon only visible on placeholders page = add_options_page(L("Multimaterial"), "custom-gcode_multi_material"); // ORCA: icon only visible on placeholders