VirtualBox

Changeset 104496 in vbox


Ignore:
Timestamp:
May 2, 2024 8:59:38 PM (12 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163018
Message:

FE/Qt: bugref:10663: Accessibility fixes for Import Appliance wizard; Base Machine Folder editor should have proper description for VoiceOver.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp

    r104475 r104496  
    449449        m_pProfileInstanceLabel->setText(UIWizardImportApp::tr("&Machines:"));
    450450
    451     /* Translate path selector label: */
     451    /* Translate path selector stuff: */
    452452    if (m_pLabelImportFilePath)
    453453        m_pLabelImportFilePath->setText(UIWizardImportApp::tr("&Machine Base Folder:"));
     454    if (m_pEditorImportFilePath)
     455        m_pEditorImportFilePath->setToolTip(UIWizardImportApp::tr("Holds the path to the base virtual machine folder. "
     456                                                                  "This folder is used when creating new virtual machine."));
    454457
    455458    /* Translate MAC import policy label: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageSettings.cpp

    r103957 r104496  
    467467    }
    468468
    469     /* Translate path selector label: */
     469    /* Translate path selector stuff: */
    470470    if (m_pLabelImportFilePath)
    471471        m_pLabelImportFilePath->setText(UIWizardImportApp::tr("&Machine Base Folder:"));
     472    if (m_pEditorImportFilePath)
     473        m_pEditorImportFilePath->setToolTip(UIWizardImportApp::tr("Holds the path to the base virtual machine folder. "
     474                                                                  "This folder is used when creating new virtual machine."));
    472475
    473476    /* Translate MAC import policy label: */
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