VirtualBox

Changeset 105829 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 22, 2024 5:43:57 PM (3 months ago)
Author:
vboxsync
Message:

FE/Qt: More NLS fixes for wizards, s.a. r164540 and r164542.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMModePage.cpp

    r103957 r105829  
    7373    const QString strGeneral = UIWizardCloneVM::tr("<p>Please choose which parts of the snapshot tree "
    7474                                                   "should be cloned with the machine.</p>");
    75     const QString strOpt1    = UIWizardCloneVM::tr("<p>If you choose <b>Current machine state</b>, "
     75    const QString strOpt1    = UIWizardCloneVM::tr("<p>If you choose <b>Current Machine State</b>, "
    7676                                                   "the new machine will reflect the current state "
    7777                                                   "of the original machine and will have no snapshots.</p>");
    78     const QString strOpt2    = UIWizardCloneVM::tr("<p>If you choose <b>Current snapshot tree branch</b>, "
     78    const QString strOpt2    = UIWizardCloneVM::tr("<p>If you choose <b>Current Snapshot Tree Branch</b>, "
    7979                                                   "the new machine will reflect the current state "
    8080                                                   "of the original machine and will have matching snapshots "
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMTypePage.cpp

    r103957 r105829  
    8080    /* Translate widgets: */
    8181    QString strLabel = UIWizardCloneVM::tr("<p>Please choose the type of clone you wish to create.</p>"
    82                                            "<p>If you choose <b>Full clone</b>, "
     82                                           "<p>If you choose <b>Full Clone</b>, "
    8383                                           "an exact copy (including all virtual hard disk files) "
    8484                                           "of the original virtual machine will be created.</p>"
    85                                            "<p>If you choose <b>Linked clone</b>, "
     85                                           "<p>If you choose <b>Linked Clone</b>, "
    8686                                           "a new machine will be created, but the virtual hard disk files "
    8787                                           "will be tied to the virtual hard disk files of original machine "
     
    8989                                           "to a different computer without moving the original as well.</p>");
    9090    if (m_fAdditionalInfo)
    91         strLabel += UIWizardCloneVM::tr("<p>If you create a <b>Linked clone</b> then a new snapshot will be created "
     91        strLabel += UIWizardCloneVM::tr("<p>If you create a <b>Linked Clone</b> then a new snapshot will be created "
    9292                                        "in the original virtual machine as part of the cloning process.</p>");
    9393    if (m_pLabel)
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/editors/UIWizardCloneVMEditors.cpp

    r105826 r105829  
    498498    if (m_pFullCloneRadio)
    499499    {
    500         m_pFullCloneRadio->setText(UIWizardCloneVM::tr("&Full clone"));
     500        m_pFullCloneRadio->setText(UIWizardCloneVM::tr("&Full Clone"));
    501501        m_pFullCloneRadio->setToolTip(UIWizardCloneVM::tr("When chosen, all the virtual disks of the source vm are also cloned."));
    502502    }
    503503    if (m_pLinkedCloneRadio)
    504504    {
    505         m_pLinkedCloneRadio->setText(UIWizardCloneVM::tr("&Linked clone"));
     505        m_pLinkedCloneRadio->setText(UIWizardCloneVM::tr("&Linked Clone"));
    506506        m_pLinkedCloneRadio->setToolTip(UIWizardCloneVM::tr("When chosen, the cloned vm will save space by sharing the source VM's disk images."));
    507507    }
     
    569569    if (m_pMachineRadio)
    570570    {
    571         m_pMachineRadio->setText(UIWizardCloneVM::tr("Current &machine state"));
     571        m_pMachineRadio->setText(UIWizardCloneVM::tr("Current &Machine State"));
    572572        m_pMachineRadio->setToolTip(UIWizardCloneVM::tr("When chosen, only the current state of the source vm is cloned."));
    573573    }
    574574    if (m_pMachineAndChildsRadio)
    575         m_pMachineAndChildsRadio->setText(UIWizardCloneVM::tr("Current &snapshot tree branch"));
     575        m_pMachineAndChildsRadio->setText(UIWizardCloneVM::tr("Current &Snapshot Tree Branch"));
    576576    if (m_pAllRadio)
    577577    {
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