VirtualBox

Changeset 94052 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 2, 2022 8:16:19 AM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6899. Removing html tags from tooltips of some widgets.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/wizards
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardDiskEditors.cpp

    r94045 r94052  
    203203    {
    204204        m_pFixedCheckBox->setText(tr("Pre-allocate &Full Size"));
    205         m_pFixedCheckBox->setToolTip(tr("<p>Allocates the virtual disk image during VM creation."));
     205        m_pFixedCheckBox->setToolTip(tr("Allocates the virtual disk image during VM creation."));
    206206    }
    207207    if (m_pSplitBox)
    208208    {
    209209        m_pSplitBox->setText(tr("&Split into 2GB parts"));
    210         m_pSplitBox->setToolTip(tr("<p>Splits hard disk file into 2GB parts in the host storage.</p>"));
     210        m_pSplitBox->setToolTip(tr("Splits hard disk file into 2GB parts in the host storage."));
    211211    }
    212212}
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardNewVMEditors.cpp

    r93798 r94052  
    163163        m_pGAISOPathLabel->setText(UIWizardNewVM::tr("GA I&nstallation ISO:"));
    164164    setTitle(UIWizardNewVM::tr("Gu&est Additions"));
    165     setToolTip(UIWizardNewVM::tr("<p>Enables installation of the guest additions  "
    166                                  "after the guest OS install.</p>"));
     165    setToolTip(UIWizardNewVM::tr("Enables installation of the guest additions  "
     166                                 "after the guest OS install."));
    167167}
    168168
     
    270270    {
    271271        m_pStartHeadlessCheckBox->setText(UIWizardNewVM::tr("&Install in Background"));
    272         m_pStartHeadlessCheckBox->setToolTip(UIWizardNewVM::tr("<p>Enables headless boot (with no GUI) of the newly created virtual machine "
    273                                                                "for the unattended guest OS install.</p>"));
     272        m_pStartHeadlessCheckBox->setToolTip(UIWizardNewVM::tr("Enables headless boot (with no GUI) of the newly created virtual machine "
     273                                                               "for the unattended guest OS install."));
    274274    }
    275275
     
    411411    {
    412412        m_pEFICheckBox->setText(UIWizardNewVM::tr("&Enable EFI (special OSes only)"));
    413         m_pEFICheckBox->setToolTip(UIWizardNewVM::tr("<p>Enables Extended Firmware Interface (EFI), which is required to boot certain "
    414                                                      "guest OSes. Non-EFI aware OSes will not be able to boot if this option is activated.</p>"));
     413        m_pEFICheckBox->setToolTip(UIWizardNewVM::tr("Enables Extended Firmware Interface (EFI), which is required to boot certain "
     414                                                     "guest OSes. Non-EFI aware OSes will not be able to boot if this option is activated."));
    415415    }
    416416}
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMDiskPage.cpp

    r93115 r94052  
    224224    {
    225225        m_pFixedCheckBox->setText(UIWizardNewVM::tr("Pre-allocate &Full Size"));
    226         m_pFixedCheckBox->setToolTip(UIWizardNewVM::tr("<p>Allocates the virtual disk image at VM creation time"));
     226        m_pFixedCheckBox->setToolTip(UIWizardNewVM::tr("Allocates the virtual disk image at VM creation time"));
    227227    }
    228228
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp

    r93894 r94052  
    199199    {
    200200        m_pSkipUnattendedCheckBox->setText(UIWizardNewVM::tr("&Skip Unattended Installation"));
    201         m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("<p>Disables the unattended install and just mounts the ISO.</p>"));
     201        m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("Disables the unattended install and just mounts the ISO."));
    202202    }
    203203
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp

    r93996 r94052  
    417417    {
    418418        m_pSkipUnattendedCheckBox->setText(UIWizardNewVM::tr("&Skip Unattended Installation"));
    419         m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("<p>Disables the unattended install and just mount the ISO.</p>"));
     419        m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("Disables the unattended install and just mount the ISO."));
    420420    }
    421421
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