Changeset 105802 in vbox
- Timestamp:
- Aug 21, 2024 10:47:32 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIDetailsGenerator.cpp
r105266 r105802 1550 1550 const int cCpuCount = comMachine.GetCPUCount(); 1551 1551 if (cCpuCount > 1) 1552 strInfo += e_strTableRow2.arg(QApplication::translate("UI IndicatorFeatures", "Processors", "details report"), QString::number(cCpuCount));1552 strInfo += e_strTableRow2.arg(QApplication::translate("UIDetails", "Processors", "details (system)"), QString::number(cCpuCount)); 1553 1553 } 1554 1554
Note:
See TracChangeset
for help on using the changeset viewer.