VirtualBox

Changeset 91220 in vbox


Ignore:
Timestamp:
Sep 13, 2021 3:25:34 PM (3 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6899. More tool tip fixes.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
12 edited

Legend:

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

    r91218 r91220  
    282282        m_pLabelMemoryMax->setText(tr("%1 MB").arg(m_pSlider->maxRAM()));
    283283
    284     QString strToolTip(tr("Specify the amount of RAM the virtual machine will have"));
     284    QString strToolTip(tr("Specifies the amount of RAM the virtual machine will have"));
    285285
    286286    if (m_pSpinBox)
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UINameAndSystemEditor.cpp

    r91218 r91220  
    308308
    309309    if (m_pPathSelector)
    310         m_pPathSelector->setToolTip(tr("Select the folder hosting the virtual machine."));
     310        m_pPathSelector->setToolTip(tr("Selects the folder hosting the virtual machine."));
    311311    if (m_pNameLineEdit)
    312         m_pNameLineEdit->setToolTip(tr("Enter a name for the new virtual machine."));
     312        m_pNameLineEdit->setToolTip(tr("Holds the name for the new virtual machine."));
    313313
    314314    if (m_pComboFamily)
     
    316316        m_pComboFamily->setWhatsThis(tr("Select the operating system family that "
    317317                                        "you plan to install into this virtual machine."));
    318         m_pComboFamily->setToolTip(tr("Select the operating system family that "
     318        m_pComboFamily->setToolTip(tr("Selects the operating system family that "
    319319                                        "you plan to install into this virtual machine."));
    320320    }
     
    325325                                      "you plan to install into this virtual machine "
    326326                                      "(called a guest operating system)."));
    327         m_pComboType->setToolTip(tr("Select the operating system type that "
     327        m_pComboType->setToolTip(tr("Selects the operating system type that "
    328328                                      "you plan to install into this virtual machine "
    329329                                      "(called a guest operating system)."));
    330330    }
    331331    if (m_pImageSelector)
    332         m_pImageSelector->setToolTip(tr("Select an ISO image to be attached to the new virtual machine or used in attended install."));
     332        m_pImageSelector->setToolTip(tr("Selects an ISO image to be attached to the new virtual machine or used in attended install."));
    333333}
    334334
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIVirtualCPUEditor.cpp

    r91218 r91220  
    6666        m_pLabelVCPUMax->setText(tr("%1 CPUs", "%1 is host cpu count * 2 for now").arg(m_uMaxVCPUCount));
    6767
    68     QString strToolTip(tr("Specify the number of virtual CPUs the virtual machine will have"));
     68    QString strToolTip(tr("Specifies the number of virtual CPUs the virtual machine will have"));
    6969    if (m_pSlider)
    7070        m_pSlider->setToolTip(strToolTip);
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIHostnameDomainNameEditor.cpp

    r91218 r91220  
    116116        m_pHostnameLabel->setText(tr("Hostna&me:"));
    117117    if (m_pHostnameLineEdit)
    118         m_pHostnameLineEdit->setToolTip(tr("Type the hostname."));
     118        m_pHostnameLineEdit->setToolTip(tr("Holds the hostname."));
    119119    if (m_pDomainNameLabel)
    120120        m_pDomainNameLabel->setText(tr("&Domain Name:"));
    121121    if (m_pDomainNameLineEdit)
    122         m_pDomainNameLineEdit->setToolTip(tr("Enter the domain name."));
     122        m_pDomainNameLineEdit->setToolTip(tr("Holds the domain name."));
    123123}
    124124
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIUserNamePasswordEditor.cpp

    r91218 r91220  
    335335    }
    336336    if(m_pUserNameLineEdit)
    337         m_pUserNameLineEdit->setToolTip(tr("Enter username."));
     337        m_pUserNameLineEdit->setToolTip(tr("Holds username."));
    338338    if (m_pPasswordLineEdit)
    339         m_pPasswordLineEdit->setToolTip(tr("Enter password."));
     339        m_pPasswordLineEdit->setToolTip(tr("Holds password."));
    340340    if (m_pPasswordRepeatLineEdit)
    341         m_pPasswordRepeatLineEdit->setToolTip(tr("Re-enter password."));
     341        m_pPasswordRepeatLineEdit->setToolTip(tr("Holds the repeated password."));
    342342    m_strPasswordError = tr("Invalid password pair");
    343343}
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardCloneVMEditors.cpp

    r91218 r91220  
    182182        m_pPathLabel->setText(tr("&Path:"));
    183183    if (m_pNameLineEdit)
    184         m_pNameLineEdit->setToolTip("Enter a name for the new virtual machine.");
     184        m_pNameLineEdit->setToolTip("Holds a name for the new virtual machine.");
    185185    if (m_pPathSelector)
    186         m_pPathSelector->setToolTip("Specify The location of the new virtual machine in host's storage.");
     186        m_pPathSelector->setToolTip("Specifies The location of the new virtual machine in host's storage.");
    187187}
    188188
     
    321321{
    322322    m_pMACComboBoxLabel->setText(tr("MAC Address P&olicy:"));
    323     m_pMACComboBox->setToolTip(tr("Determine MAC address policy for clonning:"));
     323    m_pMACComboBox->setToolTip(tr("Determines MAC address policy for clonning:"));
    324324    for (int i = 0; i < m_pMACComboBox->count(); ++i)
    325325    {
     
    354354    if (m_pKeepDiskNamesCheckBox)
    355355    {
    356         m_pKeepDiskNamesCheckBox->setToolTip(tr("Enable keeping the disk names during cloning."));
     356        m_pKeepDiskNamesCheckBox->setToolTip(tr("Enables keeping the disk names during cloning."));
    357357        m_pKeepDiskNamesCheckBox->setText(tr("Keep &Disk Names"));
    358358    }
    359359    if (m_pKeepHWUUIDsCheckBox)
    360360    {
    361         m_pKeepHWUUIDsCheckBox->setToolTip(tr("Enable keeping hardware UUIDs during cloning."));
     361        m_pKeepHWUUIDsCheckBox->setToolTip(tr("Enables keeping hardware UUIDs during cloning."));
    362362        m_pKeepHWUUIDsCheckBox->setText(tr("Keep Hard&ware UUIDs"));
    363363    }
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardDiskEditors.cpp

    r91218 r91220  
    344344    {
    345345        m_pFixedCheckBox->setText(tr("Pre-allocate &Full Size"));
    346         m_pFixedCheckBox->setToolTip(tr("<p>Allocate the virtual disk image during VM creation."));
     346        m_pFixedCheckBox->setToolTip(tr("<p>Allocates the virtual disk image during VM creation."));
    347347    }
    348348    if (m_pSplitBox)
    349349    {
    350350        m_pSplitBox->setText(tr("&Split into 2GB parts"));
    351         m_pSplitBox->setToolTip(tr("<p>Split hard disk file into 2GB parts in the host storage.</p>"));
     351        m_pSplitBox->setToolTip(tr("<p>Splits hard disk file into 2GB parts in the host storage.</p>"));
    352352    }
    353353}
     
    483483        m_pLocationOpenButton->setIcon(UIIconPool::iconSet(":/select_file_16px.png", "select_file_disabled_16px.png"));
    484484    }
     485    if (m_pLocationEditor)
     486        m_pLocationEditor->setToolTip(tr("Holds the location of the virtual disk file."));
     487    if (m_pLocationOpenButton)
     488        m_pLocationEditor->setToolTip(tr("Opens file selection dialog so that a location for the disk file can be selected."));
    485489    pLocationLayout->addWidget(m_pLocationEditor);
    486490    pLocationLayout->addWidget(m_pLocationOpenButton);
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardNewVMEditors.cpp

    r91218 r91220  
    158158{
    159159    if (m_pGAISOFilePathSelector)
    160         m_pGAISOFilePathSelector->setToolTip(UIWizardNewVM::tr("Select an installation medium (ISO file) for the Guest Additions."));
     160        m_pGAISOFilePathSelector->setToolTip(UIWizardNewVM::tr("Selects an installation medium (ISO file) for the Guest Additions."));
    161161    if (m_pGAISOPathLabel)
    162162        m_pGAISOPathLabel->setText(UIWizardNewVM::tr("GA I&nstallation ISO:"));
    163163    setTitle(UIWizardNewVM::tr("Gu&est Additions"));
    164     setToolTip(UIWizardNewVM::tr("<p>Enable installation of the guest additions  "
     164    setToolTip(UIWizardNewVM::tr("<p>Enables installation of the guest additions  "
    165165                                 "after the guest OS install.</p>"));
    166166}
     
    269269    {
    270270        m_pStartHeadlessCheckBox->setText(UIWizardNewVM::tr("&Install in Background"));
    271         m_pStartHeadlessCheckBox->setToolTip(UIWizardNewVM::tr("<p>Enable headless boot (with no GUI) of the newly created virtual machine "
     271        m_pStartHeadlessCheckBox->setToolTip(UIWizardNewVM::tr("<p>Enables headless boot (with no GUI) of the newly created virtual machine "
    272272                                                               "for the unattended guest OS install.</p>"));
    273273    }
     
    284284    }
    285285    if (m_pProductKeyLineEdit)
    286         m_pProductKeyLineEdit->setToolTip(tr("Enter a product key."));
     286        m_pProductKeyLineEdit->setToolTip(tr("Holds the product key."));
    287287}
    288288
     
    398398    {
    399399        m_pEFICheckBox->setText(UIWizardNewVM::tr("&Enable EFI (special OSes only)"));
    400         m_pEFICheckBox->setToolTip(UIWizardNewVM::tr("<p>Enable Extended Firmware Interface (EFI), which is required to boot certain "
     400        m_pEFICheckBox->setToolTip(UIWizardNewVM::tr("<p>Enables Extended Firmware Interface (EFI), which is required to boot certain "
    401401                                                     "guest OSes. Non-EFI aware OSes will not be able to boot if this option is activated.</p>"));
    402402    }
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp

    r86687 r91220  
    509509    /* Translate addtional stuff: */
    510510    m_pAdditionalLabel->setText(UIWizardExportApp::tr("Additionally:"));
    511     m_pManifestCheckbox->setToolTip(UIWizardExportApp::tr("Create a Manifest file for automatic data integrity checks on import."));
     511    m_pManifestCheckbox->setToolTip(UIWizardExportApp::tr("Creates a manifest file for automatic data integrity checks on import."));
    512512    m_pManifestCheckbox->setText(UIWizardExportApp::tr("&Write Manifest file"));
    513     m_pIncludeISOsCheckbox->setToolTip(UIWizardExportApp::tr("Include ISO image files into exported VM archive."));
     513    m_pIncludeISOsCheckbox->setToolTip(UIWizardExportApp::tr("Includes ISO image files into exported VM archive."));
    514514    m_pIncludeISOsCheckbox->setText(UIWizardExportApp::tr("&Include ISO image files"));
    515515
    516516    /* Translate profile stuff: */
    517517    m_pProfileLabel->setText(UIWizardExportApp::tr("&Profile:"));
    518     m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Open Cloud Profile Manager..."));
     518    m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Opens Cloud Profile Manager..."));
    519519
    520520    /* Translate option label: */
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMDiskPage.cpp

    r91218 r91220  
    216216        m_pDiskExisting->setText(UIWizardNewVM::tr("U&se an Existing Virtual Hard Disk File"));
    217217    if (m_pDiskSelectionButton)
    218         m_pDiskSelectionButton->setToolTip(UIWizardNewVM::tr("Choose a Virtual Hard Fisk File..."));
     218        m_pDiskSelectionButton->setToolTip(UIWizardNewVM::tr("Chooses a Virtual Hard Fisk File..."));
    219219
    220220    if (m_pMediumSizeEditorLabel)
     
    224224    {
    225225        m_pFixedCheckBox->setText(UIWizardNewVM::tr("Pre-allocate &Full Size"));
    226         m_pFixedCheckBox->setToolTip(UIWizardNewVM::tr("<p>Allocate the virtual disk image at VM creation time"));
     226        m_pFixedCheckBox->setToolTip(UIWizardNewVM::tr("<p>Allocates the virtual disk image at VM creation time"));
    227227    }
    228228
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMExpertPage.cpp

    r91218 r91220  
    188188    {
    189189        m_pSkipUnattendedCheckBox->setText(UIWizardNewVM::tr("&Skip Unattended Installation"));
    190         m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("<p>Disable the unattended install and just mount the ISO.</p>"));
     190        m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("<p>Disables the unattended install and just mounts the ISO.</p>"));
    191191    }
    192192
     
    206206        m_pDiskExisting->setText(UIWizardNewVM::tr("U&se an Existing Virtual Hard Disk File"));
    207207    if (m_pDiskSelectionButton)
    208         m_pDiskSelectionButton->setToolTip(UIWizardNewVM::tr("Choose a Virtual Hard Fisk File..."));
     208        m_pDiskSelectionButton->setToolTip(UIWizardNewVM::tr("Chooses a Virtual Hard Fisk File..."));
    209209
    210210    if (m_pNameAndSystemLayout && m_pNameAndSystemEditor)
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMNameOSTypePage.cpp

    r91218 r91220  
    401401    {
    402402        m_pSkipUnattendedCheckBox->setText(UIWizardNewVM::tr("&Skip Unattended Installation"));
    403         m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("<p>Disable the unattended install and just mount the ISO.</p>"));
     403        m_pSkipUnattendedCheckBox->setToolTip(UIWizardNewVM::tr("<p>Disables the unattended install and just mount the ISO.</p>"));
    404404    }
    405405
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