Changeset 104639 in vbox
- Timestamp:
- May 15, 2024 12:14:27 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardDiskEditors.cpp
r104631 r104639 398 398 setTitle(tr("Hard Disk File Location and Size")); 399 399 if (m_pLocationOpenButton) 400 { 400 401 m_pLocationOpenButton->setToolTip(tr("Specify a location for new virtual hard disk file...")); 402 /* Some screen readers do no read tooltips: */ 403 m_pLocationOpenButton->setText(tr("Specify a location for new virtual hard disk file...")); 404 } 401 405 402 406 if (!m_fExpertMode && m_pLocationLabel)
Note:
See TracChangeset
for help on using the changeset viewer.