mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-22 03:36:36 +00:00
ENH:translate text
jira:none Change-Id: I2d37d7ba4867b1507d2a8073dfdfc836b7c8e112 (cherry picked from commit 5427e9e0522b370e85ef0b2eab8394ae5f41ed40)
This commit is contained in:
@@ -138,7 +138,7 @@ FilamentMapDialog::FilamentMapDialog(wxWindow *parent,
|
||||
m_auto_btn = new CapsuleButton(this, PageType::ptAuto, _L("Auto"), false);
|
||||
m_manual_btn = new CapsuleButton(this, PageType::ptManual, _L("Custom"), false);
|
||||
if (show_default)
|
||||
m_default_btn = new CapsuleButton(this, PageType::ptDefault, _L("Default"), true);
|
||||
m_default_btn = new CapsuleButton(this, PageType::ptDefault, _L("Same as Global"), true);
|
||||
else
|
||||
m_default_btn = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user