Skip to content

Commit 66f0e69

Browse files
shuaijiedeepin-bot[bot]
authored andcommitted
fix: 修改Configgured Speed显示中文翻译
Configgured Speed显示英文 Log: Configgured Speed显示中文 Bug: https://pms.uniontech.com/bug-view-252641.html
1 parent c0aaa80 commit 66f0e69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deepin-devicemanager/src/DeviceManager/DeviceMemory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void DeviceMemory::loadOtherDeviceInfo()
151151
addOtherDeviceInfo(tr("Minimum Voltage"), m_MinimumVoltage);
152152
addOtherDeviceInfo(tr("Configured Speed"), m_ConfiguredSpeed);
153153
} else {
154-
addOtherDeviceInfo(DeviceCpu::tr("Configured Speed"), m_ConfiguredSpeed);
154+
addOtherDeviceInfo(tr("Configured Speed"), m_ConfiguredSpeed);
155155
}
156156
addOtherDeviceInfo(tr("Data Width"), m_DataBandwidth);
157157

0 commit comments

Comments
 (0)