VirtualBox

Changeset 47902 in vbox


Ignore:
Timestamp:
Aug 20, 2013 12:34:35 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Settings Dialog: Subsequent validation NLS tags update (s.a. r88198).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp

    r47895 r47902  
    331331    {
    332332        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.");
    335336        return true;
    336337    }
     
    340341    {
    341342        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.");
    344346        return true;
    345347    }
     
    357359    {
    358360        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.");
    361364        return true;
    362365    }
     
    366369    {
    367370        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.");
    370374        return true;
    371375    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette