- Timestamp:
- May 29, 2009 8:48:26 AM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxExportApplianceWzd.cpp
r20123 r20138 126 126 127 127 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."); 130 130 131 131 switch (currentStorageType()) … … 455 455 mLblBucket->setVisible (false); 456 456 mLeBucket->setVisible (false); 457 mSelectOVF09->setVisible (true); 457 458 mFileSelector->setChooserVisible (true); 458 459 mFileSelector->setFocus(); … … 470 471 mLblBucket->setVisible (true); 471 472 mLeBucket->setVisible (true); 473 mSelectOVF09->setVisible (false); 474 mSelectOVF09->setChecked (false); 472 475 mFileSelector->setChooserVisible (false); 473 476 mLeUsername->setFocus(); … … 485 488 mLblBucket->setVisible (true); 486 489 mLeBucket->setVisible (true); 490 mSelectOVF09->setVisible (true); 487 491 mFileSelector->setChooserVisible (false); 488 492 mLeUsername->setFocus(); -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxExportApplianceWzd.ui
r20123 r20138 661 661 <widget class="QLabel" name="mLblHostname"> 662 662 <property name="text"> 663 <string>&Hostname </string>663 <string>&Hostname:</string> 664 664 </property> 665 665 <property name="buddy">
Note:
See TracChangeset
for help on using the changeset viewer.