mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: Corrected firmware update title for printer
jira: STUDIO-12322 Change-Id: I3040026acbb3fc5525cbda8eefae1b013b065a25 (cherry picked from commit 3e2e115e0e6727b33dcf0d47c597cdb18ab7ef50)
This commit is contained in:
@@ -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()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user