Changeset 52936 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 2, 2014 3:16:08 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96374
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp
r52730 r52936 331 331 message.second << tr( 332 332 "The I/O APIC feature is not currently enabled in the Motherboard section of the System page. " 333 "This is needed in order to support a chip set of type ICH9 . "333 "This is needed in order to support a chip set of type ICH9 you have enabled for this VM. " 334 334 "It will be done automatically if you confirm your changes."); 335 335 } … … 340 340 message.second << tr( 341 341 "USB controller emulation is not currently enabled on the USB page. " 342 "This is needed to support an emulated USB input device . "342 "This is needed to support an emulated USB input device you have enabled for this VM. " 343 343 "It will be done automatically if you confirm your changes."); 344 344 } … … 378 378 message.second << tr( 379 379 "The I/O APIC feature is not currently enabled in the Motherboard section of the System page. " 380 "This is needed in order to support more than one virtual processor . "380 "This is needed in order to support more than one virtual processor you have chosen for this VM. " 381 381 "It will be done automatically if you confirm your changes."); 382 382 } … … 387 387 message.second << tr( 388 388 "Hardware virtualization is not currently enabled in the Acceleration section of the System page. " 389 "This is needed in order to support more than one virtual processor . "389 "This is needed in order to support more than one virtual processor you have chosen for this VM. " 390 390 "It will be done automatically if you confirm your changes."); 391 391 }
Note:
See TracChangeset
for help on using the changeset viewer.