diff --git a/src/slic3r/GUI/Preferences.cpp b/src/slic3r/GUI/Preferences.cpp index 77213982f..e9f7d6b4c 100644 --- a/src/slic3r/GUI/Preferences.cpp +++ b/src/slic3r/GUI/Preferences.cpp @@ -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");