mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-09 16:27:45 -07:00
FIX: Corrected firmware update title for printer
jira: STUDIO-12322 Change-Id: I3040026acbb3fc5525cbda8eefae1b013b065a25 (cherry picked from commit 3e2e115e0e6727b33dcf0d47c597cdb18ab7ef50)
This commit is contained in:
parent
aca0f883f7
commit
2d69d58ce9
2 changed files with 2 additions and 2 deletions
|
|
@ -193,7 +193,7 @@ MonitorPanel::~MonitorPanel()
|
|||
//m_tabpanel->AddPage(m_media_file_panel, _L("Internal Storage"), "", false);
|
||||
|
||||
m_upgrade_panel = new UpgradePanel(m_tabpanel);
|
||||
m_tabpanel->AddPage(m_upgrade_panel, _L("Update"), "", false);
|
||||
m_tabpanel->AddPage(m_upgrade_panel, _CTX(L_CONTEXT("Update", "Firmware"), "Firmware"), "", false);
|
||||
|
||||
m_hms_panel = new HMSPanel(m_tabpanel);
|
||||
m_tabpanel->AddPage(m_hms_panel, _L("Assistant(HMS)"), "", false);
|
||||
|
|
|
|||
|
|
@ -619,7 +619,7 @@ wxBoxSizer *Newer3mfVersionDialog::get_btn_sizer()
|
|||
|
||||
bool file_version_newer = (*m_file_version) > (*m_cloud_version);
|
||||
if (!file_version_newer) {
|
||||
m_update_btn = new Button(this, _L("Update"));
|
||||
m_update_btn = new Button(this, _CTX(L_CONTEXT("Update", "Software"), "Software"));
|
||||
m_update_btn->SetStyle(ButtonStyle::Regular, ButtonType::Choice);
|
||||
horizontal_sizer->Add(m_update_btn, 0, wxRIGHT, FromDIP(ButtonProps::ChoiceButtonGap()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue