VirtualBox

Changeset 34520 in vbox


Ignore:
Timestamp:
Nov 30, 2010 2:27:47 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4-OVF: be more informative to the user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp

    r34479 r34520  
    371371    {
    372372        case Filesystem:
    373             m_pPage4Text1->setText(tr("Please choose a filename to export the OVF to."));
     373        {
     374            m_pPage4Text1->setText(tr("Please choose a filename to export the "
     375                                      "OVF/OVA to. If you use an <i>ova</i> file name "
     376                                      "extension, then all the files will be "
     377                                      "combined into one Open Virtualization "
     378                                      "Format Archive. If you use an <i>ovf</i> "
     379                                      "extension, several files will be written "
     380                                      "separately. Other extensions are not "
     381                                      "allowed."));
    374382            m_pTxUsername->setVisible(false);
    375383            m_pLeUsername->setVisible(false);
     
    384392            m_pFileSelector->setFocus();
    385393            break;
     394        }
    386395        case SunCloud:
     396        {
    387397            m_pPage4Text1->setText(tr("Please complete the additional fields like the username, password "
    388398                                      "and the bucket, and provide a filename for the OVF target."));
     
    400410            m_pLeUsername->setFocus();
    401411            break;
     412        }
    402413        case S3:
     414        {
    403415            m_pPage4Text1->setText(tr("Please complete the additional fields like the username, password, "
    404416                                      "hostname and the bucket, and provide a filename for the OVF target."));
     
    415427            m_pLeUsername->setFocus();
    416428            break;
     429        }
    417430    }
    418431
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