mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-15 01:22:07 +00:00
FIX: add translate key
jira: [STUDIO-10586] Change-Id: Ice409b9459230254bbaaa4f706761d6927d8bdf8 (cherry picked from commit 5509447a6d500142ef3d078773678e37ba2f03e0)
This commit is contained in:
@@ -30,7 +30,7 @@ uiDeviceUpdateVersion::uiDeviceUpdateVersion(wxWindow* parent,
|
||||
|
||||
void uiDeviceUpdateVersion::UpdateInfo(const MachineObject::ModuleVersionInfo& info)
|
||||
{
|
||||
SetName(info.product_name);
|
||||
SetName(I18N::translate(info.product_name));
|
||||
SetSerial(info.sn);
|
||||
SetVersion(info.sw_ver, info.sw_new_ver);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user