VirtualBox

Ignore:
Timestamp:
Feb 17, 2021 3:17:35 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142839
Message:

FE/Qt: bugref:9515. More tooltip fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.cpp

    r87731 r87783  
    186186        m_pGAISOFilePathSelector->setToolTip(UIWizardNewVM::tr("Please select an installation medium (ISO file)"));
    187187    if (m_pGAInstallCheckBox)
     188    {
    188189        m_pGAInstallCheckBox->setText(UIWizardNewVM::tr("Install Guest Additions"));
     190        m_pGAInstallCheckBox->setToolTip(UIWizardNewVM::tr("<p>When checked the guest additions will be installed "
     191                                                           "after the OS install.</p>"));
     192    }
    189193    if (m_pProductKeyLabel)
    190194        m_pProductKeyLabel->setText(UIWizardNewVM::tr("Product Key:"));
     
    198202    {
    199203        m_pStartHeadlessCheckBox->setText(UIWizardNewVM::tr("Start VM Headless"));
    200         m_pStartHeadlessCheckBox->setToolTip(UIWizardNewVM::tr("When checked, the unattended install will start the virtual "
    201                                                                "machine in headless mode after the guest OS install."));
     204        m_pStartHeadlessCheckBox->setToolTip(UIWizardNewVM::tr("<p>When checked, the unattended install will start the virtual "
     205                                                               "machine in headless mode after the guest OS install.</p>"));
    202206    }
    203207}
Note: See TracChangeset for help on using the changeset viewer.

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