VirtualBox

Changeset 105743 in vbox for trunk/src


Ignore:
Timestamp:
Aug 20, 2024 6:28:32 PM (9 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164452
Message:

FE/Qt: Machine settings / System page: Adjust boot-order table tool-tip according to r164450.

File:
1 edited

Legend:

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

    r104313 r105743  
    542542        m_pLabel->setText(tr("&Boot Order:"));
    543543    if (m_pTable)
    544         m_pTable->setWhatsThis(tr("Defines the boot device order. Use the "
    545                                   "checkboxes on the left to enable or disable individual boot devices. "
    546                                   "Move items up and down to change the device order."));
     544        m_pTable->setToolTip(tr("Defines the boot device order. Use the checkboxes on the left to enable or disable "
     545                                "individual boot devices. Move items up and down to change the device order. "
     546                                "Note: only supported for BIOS firmware type, i.e. when below EFI option is off."));
    547547    if (m_pMoveUp)
    548548        m_pMoveUp->setToolTip(tr("Moves selected boot item up."));
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