Changeset 73158 in vbox
- Timestamp:
- Jul 16, 2018 12:57:41 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123754
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp
r73157 r73158 483 483 if(m_uMaxGuestCPU > 1 && m_pSliderCPUCount->value() > 1) 484 484 { 485 message.second << tr("Please consider lowering the number of CPU assigned to the virtual machine rather"486 " than setting the processor execution cap ");485 message.second << tr("Please consider lowering the number of CPUs assigned to the virtual machine rather" 486 " than setting the processor execution cap."); 487 487 } 488 488 else if (m_uMaxGuestCPU > 1)
Note:
See TracChangeset
for help on using the changeset viewer.