VirtualBox

Changeset 21027 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 29, 2009 2:59:23 PM (16 years ago)
Author:
vboxsync
Message:

GUI: fix warning messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsSystem.cpp

    r20285 r21027  
    391391    {
    392392        aWarning = tr (
    393             "there is more than one virtual CPU assigned for this VM, which "
    394             "requires IO-APIC feature to be enabled too, else SMP will not be "
    395             "able to work, so this feature will be enabled automatically when "
    396             "you'll accept VM Settings by pressing OK button.");
     393            "you have assigned more than one virtual CPU to this VM. "
     394            "This will not work unless the IO-APIC feature is also enabled. "
     395            "This will be done automatically when you accept the VM Settings "
     396            "by pressing the OK button.");
    397397        return true;
    398398    }
     
    402402    {
    403403        aWarning = tr (
    404             "there is more than one virtual CPU assigned for this VM, which "
    405             "requires virtualization feature (VT-x/AMD-V) to be enabled too, "
    406             "else SMP will not be able to work, so this feature will be enabled "
    407             "automatically when you'll accept VM Settings by pressing OK button.");
     404            "you have assigned more than one virtual CPU to this VM. "
     405            "This will not work unless hardware virtualization (VT-x/AMD-V) is also enabled. "
     406            "This will be done automatically when you accept the VM Settings "
     407            "by pressing the OK button.");
    408408        return true;
    409409    }
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