VirtualBox

Changeset 73159 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 16, 2018 3:20:52 PM (6 years ago)
Author:
vboxsync
Message:

Build and typos fix for r123753.

File:
1 edited

Legend:

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

    r73158 r73159  
    478478        }
    479479
    480         /* Warn user about possible performance degradation and suggest lowering # of CPU assigned to the VM instead : */
     480        /* Warn user about possible performance degradation and suggest lowering # of CPUs assigned to the VM instead: */
    481481        if (m_pSliderCPUExecCap->value() < 100)
    482482        {
    483             if(m_uMaxGuestCPU > 1 && m_pSliderCPUCount->value() > 1)
     483            if (m_uMaxGuestCPU > 1 && m_pSliderCPUCount->value() > 1)
    484484            {
    485                 message.second << tr("Please consider lowering the number of CPUs 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.");
    487487            }
    488488            else if (m_uMaxGuestCPU > 1)
    489489            {
    490490                message.second << tr("Lowering the processor execution cap may result in a decline in performance.");
    491 
    492491            }
    493492        }
    494     }
    495493
    496494        /* Serialize message: */
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