Changeset 47902 in vbox
- Timestamp:
- Aug 20, 2013 12:34:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp
r47895 r47902 331 331 { 332 332 strWarning = tr( 333 "An IO-APIC is required to support more than one virtual CPU assigned to a virtual machine. " 334 "This will be done automatically if you confirm your changes."); 333 "The IO APIC feature is not currently enabled in the Motherboard section of the System page. " 334 "This is needed in order to support more than one virtual processor. " 335 "It will be done automatically if you confirm your changes."); 335 336 return true; 336 337 } … … 340 341 { 341 342 strWarning = tr( 342 "A hardware virtualization is required to support more than one virtual CPU assigned to a virtual machine. " 343 "This will be done automatically if you confirm your changes."); 343 "Hardware virtualization is not currently enabled in the Acceleration section of the System page. " 344 "This is needed in order to support more than one virtual processor. " 345 "It will be done automatically if you confirm your changes."); 344 346 return true; 345 347 } … … 357 359 { 358 360 strWarning = tr( 359 "An IO-APIC is required to support chip set of type ICH9 assigned to a virtual machine. " 360 "This will be done automatically if you confirm your changes."); 361 "The I/O APIC feature is not currently enabled in the Motherboard section of the System page. " 362 "This is needed in order to support a chip set of type ICH9. " 363 "It will be done automatically if you confirm your changes."); 361 364 return true; 362 365 } … … 366 369 { 367 370 strWarning = tr( 368 "A USB emulation is required to support USB mouse/tablet device attached to a virtual machine. " 369 "This will be done automatically if you confirm your changes."); 371 "USB controller emulation is not currently enabled on the USB page. " 372 "This is needed to support an emulated USB input device. " 373 "It will be done automatically if you confirm your changes."); 370 374 return true; 371 375 }
Note:
See TracChangeset
for help on using the changeset viewer.