- Timestamp:
- Aug 20, 2024 6:28:32 PM (9 months ago)
- svn:sync-xref-src-repo-rev:
- 164452
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIBootOrderEditor.cpp
r104313 r105743 542 542 m_pLabel->setText(tr("&Boot Order:")); 543 543 if (m_pTable) 544 m_pTable->set WhatsThis(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.")); 547 547 if (m_pMoveUp) 548 548 m_pMoveUp->setToolTip(tr("Moves selected boot item up."));
Note:
See TracChangeset
for help on using the changeset viewer.