VirtualBox

Changeset 85066 in vbox for trunk/src


Ignore:
Timestamp:
Jul 6, 2020 11:39:17 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
138969
Message:

FE/Qt: bugref:9515. Some text changes.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm
Files:
3 edited

Legend:

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

    r85064 r85066  
    570570{
    571571    /* Translate page: */
    572     setTitle(UIWizardNewVM::tr("Name and operating system"));
     572    setTitle(UIWizardNewVM::tr("Virtual machine name and operating system"));
    573573
    574574    if (m_pLabel1)
    575         m_pLabel1->setText(UIWizardNewVM::tr("Please choose whether you want to leave newly created VM empty or use operating "
    576                                              "system image medium for unattended installation. You can additionally specify "
    577                                              "whether newly created machine should be started in headless mode if you are sure "
    578                                              "your interference will not be necessary."));
     575        m_pLabel1->setText(UIWizardNewVM::tr("Please choose whether you want to start an unattended guest os install "
     576                                             "in which case you will have to select a valid installation medium. If not "
     577                                             "your virtual disk will have an empty virtual hard disk. "
     578                                             "Additionally you can choose to start the unattended install as a headless vm process."));
    579579
    580580    if (m_pButtonSimple)
    581581    {
    582         m_pButtonSimple->setText(UIWizardNewVM::tr("Leave Empty"));
     582        m_pButtonSimple->setText(UIWizardNewVM::tr("Leave Disk Empty"));
    583583        m_pButtonSimple->setToolTip(UIWizardNewVM::tr("When checked, no guest OS will be installed after this wizard is closed"));
    584584    }
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.cpp

    r85063 r85066  
    242242    if (m_pLabel)
    243243        m_pLabel->setText(UIWizardNewVM::tr("<p>Here you can configure the unattended install by modifying username, password, and "
    244                                             "hostname. You can additionally enable guest additions install and a product key for "
    245                                             "Microsoft Windows guests.</p>"));
     244                                            "hostname. You can additionally enable guest additions install. "
     245                                            "For Microsoft Windows guests it is possible to provide a product key..</p>"));
    246246    if (m_pHostnameLabel)
    247247        m_pHostnameLabel->setText(UIWizardNewVM::tr("Hostname:"));
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp

    r85064 r85066  
    270270    m_pLabel->setText(UIWizardNewVM::tr("<p>If you wish you can add a virtual hard disk to the new machine. "
    271271                                        "You can either create a new hard disk file or select one from the list "
    272                                         "or from another location using the folder icon.</p>"
    273                                         "<p>If you need a more complex storage set-up you can skip this step "
    274                                         "and make the changes to the machine settings once the machine is created.</p>"
    275                                         "<p>The recommended size of the hard disk is <b>%1</b>.</p>"
    276                                         "<p>You can modify the virtual machine's hardware.</p>")
     272                                        "or from another location using the folder icon. "
     273                                        "If you need a more complex storage set-up you can skip this step "
     274                                        "and make the changes to the machine settings once the machine is created. "
     275                                        "The recommended size of the hard disk is <b>%1</b>."
     276                                        "<p>You can also modify the virtual machine's hardware by modifying the amount of memory "
     277                                        "and virtual processors.</p>")
    277278                                        .arg(strRecommendedHDD));
    278279
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