VirtualBox

Changeset 56132 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
May 28, 2015 11:53:19 AM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: VM settings: System page: Forgot something in r100631.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine
Files:
2 edited

Legend:

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

    r56106 r56132  
    453453
    454454    /* Retranslate the cpu cap slider legend: */
    455     m_pLabelCPUExecCapMin->setText(tr("%1%", "Min CPU execution cap in %").arg(m_uMinGuestCPUExecCap));
    456     m_pLabelCPUExecCapMax->setText(tr("%1%", "Max CPU execution cap in %").arg(m_uMaxGuestCPUExecCap));
     455    m_pLabelCPUExecCapMin->setText(tr("%1%").arg(m_uMinGuestCPUExecCap));
     456    m_pLabelCPUExecCapMax->setText(tr("%1%").arg(m_uMaxGuestCPUExecCap));
    457457
    458458    /* Retranslate combo-boxes: */
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.ui

    r56106 r56132  
    149149              <enum>Qt::StrongFocus</enum>
    150150             </property>
    151              <property name="toolTip">
    152               <string>Move Up (Ctrl-Up)</string>
    153              </property>
    154151             <property name="whatsThis">
    155152              <string>Moves the selected boot device up.</string>
     
    168165             <property name="focusPolicy">
    169166              <enum>Qt::StrongFocus</enum>
    170              </property>
    171              <property name="toolTip">
    172               <string>Move Down (Ctrl-Down)</string>
    173167             </property>
    174168             <property name="whatsThis">
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