Changeset 34520 in vbox
- Timestamp:
- Nov 30, 2010 2:27:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp
r34479 r34520 371 371 { 372 372 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.")); 374 382 m_pTxUsername->setVisible(false); 375 383 m_pLeUsername->setVisible(false); … … 384 392 m_pFileSelector->setFocus(); 385 393 break; 394 } 386 395 case SunCloud: 396 { 387 397 m_pPage4Text1->setText(tr("Please complete the additional fields like the username, password " 388 398 "and the bucket, and provide a filename for the OVF target.")); … … 400 410 m_pLeUsername->setFocus(); 401 411 break; 412 } 402 413 case S3: 414 { 403 415 m_pPage4Text1->setText(tr("Please complete the additional fields like the username, password, " 404 416 "hostname and the bucket, and provide a filename for the OVF target.")); … … 415 427 m_pLeUsername->setFocus(); 416 428 break; 429 } 417 430 } 418 431
Note:
See TracChangeset
for help on using the changeset viewer.