VirtualBox

Changeset 108164 in vbox


Ignore:
Timestamp:
Feb 11, 2025 4:25:21 PM (10 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167477
Message:

FE/Qt: bugref:10843 Integrating doc team's text reviews into new vm wizard. part 4.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIVirtualCPUEditor.cpp

    r108162 r108164  
    9696    {
    9797        m_pLabelVCPUMin->setText(tr("%1 CPU", "%1 is 1 for now").arg(m_uMinVCPUCount));
    98         m_pLabelVCPUMin->setToolTip(tr("Minimum possible virtual CPU count."));
     98        m_pLabelVCPUMin->setToolTip(tr("Minimum possible virtual CPU count"));
    9999    }
    100100    if (m_pLabelVCPUMax)
    101101    {
    102102        m_pLabelVCPUMax->setText(tr("%1 CPUs", "%1 is host cpu count * 2 for now").arg(m_uMaxVCPUCount));
    103         m_pLabelVCPUMax->setToolTip(tr("Maximum possible virtual CPU count."));
     103        m_pLabelVCPUMax->setToolTip(tr("Maximum possible virtual CPU count"));
    104104    }
    105105}
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp

    r108162 r108164  
    224224    {
    225225        m_pUnattendedCheckBox->setText(UIWizardNewVM::tr("&Install OS Using Unattended Installation."));
    226         m_pUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("The ISO is attached to the VM, so you can install the OS manually."));
     226        m_pUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("The ISO is attached to the VM, so you can install the OS manually"));
    227227    }
    228228
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