VirtualBox

Changeset 20138 in vbox for trunk/src


Ignore:
Timestamp:
May 29, 2009 8:48:26 AM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: little corrections

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

Legend:

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

    r20123 r20138  
    126126
    127127    mExportToFileSystemDesc = tr("Please choose a filename to export the OVF in.");
    128     mExportToSunCloudDesc = tr("Please complete the additionally fields like the username, password & the bucket. Finally you have to provide a filename for the OVF target.");
    129     mExportToS3Desc = tr("Please complete the additionally fields like the username, password, hostname & the bucket. Finally you have to provide a filename for the OVF target.");
     128    mExportToSunCloudDesc = tr("Please complete the additionally fields like the username, password and the bucket. Finally you have to provide a filename for the OVF target.");
     129    mExportToS3Desc = tr("Please complete the additionally fields like the username, password, hostname and the bucket. Finally you have to provide a filename for the OVF target.");
    130130
    131131    switch (currentStorageType())
     
    455455            mLblBucket->setVisible (false);
    456456            mLeBucket->setVisible (false);
     457            mSelectOVF09->setVisible (true);
    457458            mFileSelector->setChooserVisible (true);
    458459            mFileSelector->setFocus();
     
    470471            mLblBucket->setVisible (true);
    471472            mLeBucket->setVisible (true);
     473            mSelectOVF09->setVisible (false);
     474            mSelectOVF09->setChecked (false);
    472475            mFileSelector->setChooserVisible (false);
    473476            mLeUsername->setFocus();
     
    485488            mLblBucket->setVisible (true);
    486489            mLeBucket->setVisible (true);
     490            mSelectOVF09->setVisible (true);
    487491            mFileSelector->setChooserVisible (false);
    488492            mLeUsername->setFocus();
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxExportApplianceWzd.ui

    r20123 r20138  
    661661            <widget class="QLabel" name="mLblHostname">
    662662             <property name="text">
    663               <string>&amp;Hostname</string>
     663              <string>&amp;Hostname:</string>
    664664             </property>
    665665             <property name="buddy">
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