ENH:unified text for plate type
Jira: STUDIO-5535 Change-Id: Id8f26f8b71a0daf97e106cf2a9887aaefdce77ea
This commit is contained in:
parent
741aeffe0d
commit
cb1a384593
|
@ -1015,7 +1015,7 @@ wxWindow* PreferencesDialog::create_general_page()
|
|||
50, "single_instance");
|
||||
|
||||
auto item_mouse_zoom_settings = create_item_checkbox(_L("Zoom to mouse position"), page, _L("Zoom in towards the mouse pointer's position in the 3D view, rather than the 2D window center."), 50, "zoom_to_mouse");
|
||||
auto item_bed_type_follow_preset = create_item_checkbox(_L("Auto Bed Type"), page,
|
||||
auto item_bed_type_follow_preset = create_item_checkbox(_L("Auto Plate Type"), page,
|
||||
_L("Studio will remember build plate selected last time for certain printer model."), 50,
|
||||
"user_bed_type");
|
||||
//auto item_hints = create_item_checkbox(_L("Show \"Tip of the day\" notification after start"), page, _L("If enabled, useful hints are displayed at startup."), 50, "show_hints");
|
||||
|
|
Loading…
Reference in New Issue