VirtualBox

Changeset 17666 in vbox


Ignore:
Timestamp:
Mar 11, 2009 9:34:10 AM (16 years ago)
Author:
vboxsync
Message:

OVF: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r17647 r17666  
    26482648                                strHostResource = Utf8StrFmt("/disk/%s", strDiskID.c_str());
    26492649
    2650                                 // “controller=<index>;channel=<c>“
     2650                                // controller=<index>;channel=<c>
    26512651                                size_t pos1 = desc.strExtraConfig.find("controller=");
    26522652                                size_t pos2 = desc.strExtraConfig.find("channel=");
     
    28702870            /* Advance to the next operation */
    28712871            if (!task->progress.isNull())
    2872                 task->progress->advanceOperation(BstrFmt(tr("Importing virtual disk image '%s'"), strSrcFilePath.c_str()));
     2872                task->progress->advanceOperation(BstrFmt(tr("Exporting virtual disk image '%s'"), strSrcFilePath.c_str()));
    28732873
    28742874            // now loop until the asynchronous operation completes and then
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