VirtualBox

Changeset 33703 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 2, 2010 5:55:45 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4: text

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp

    r33702 r33703  
    23392339    return messageOkCancel(mainWindowShown(), Warning,
    23402340        tr("<p>The virtual machine(s) <b>%1</b> are currently in a saved state.</p>"
    2341            "<p>If you "
    2342            "continue the runtime state of the exported machine(s) will be "
    2343            "discarded. Note that the existing machine(s) are not "
    2344            "changed.</p>", "", machineNames.size()).arg(VBoxGlobal::toHumanReadableList(machineNames)),
     2341           "<p>If you continue the runtime state of the exported machine(s) "
     2342           "will be discarded. Note that the existing machine(s) are not "
     2343           "changed.</p>", "",
     2344           machineNames.size()).arg(VBoxGlobal::toHumanReadableList(machineNames)),
    23452345        0 /* aAutoConfirmId */,
    23462346        tr("Continue"), tr("Cancel"));
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp

    r33702 r33703  
    163163bool UIExportApplianceWzdPage1::validatePage()
    164164{
    165     /* Ask user about disk-less machine */
     165    /* Ask user machines which are in save state currently. */
    166166    QStringList savedMachines;
    167167    QList<QListWidgetItem*> pItems = m_pVMSelector->selectedItems();
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