VirtualBox

Changeset 107999 in vbox


Ignore:
Timestamp:
Jan 31, 2025 10:16:14 AM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167271
Message:

FE/Qt: bugref:10840. Updating checkbox label and tooltip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp

    r107961 r107999  
    168168    bool const fOsTypeFixed = UIWizardNewVMNameOSTypeCommon::guessOSTypeDetectedOSTypeString(m_pNameAndSystemEditor,
    169169                                                                                             pWizard->detectedOSTypeId());
     170    printf("os type %s\n", qPrintable(pWizard->detectedOSTypeId()));
    170171    if (fOsTypeFixed)
    171172        m_userModifiedParameters << "GuestOSTypeFromISO";
     
    223224    if (m_pUnattendedCheckBox)
    224225    {
    225         m_pUnattendedCheckBox->setText(UIWizardNewVM::tr("&Proceed with Unattended Installation"));
    226         m_pUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("When checked, the unattended install is enabled."));
     226        m_pUnattendedCheckBox->setText(UIWizardNewVM::tr("&Install OS Using Unattended Installation."));
     227        m_pUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("The ISO is attached to the VM, so you can install the OS manually."));
    227228    }
    228229
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