VirtualBox

Changeset 361 in vbox for trunk


Ignore:
Timestamp:
Jan 26, 2007 3:20:38 PM (18 years ago)
Author:
vboxsync
Message:

Main: Corrected HardDisk error message text.

File:
1 edited

Legend:

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

    r358 r361  
    22542254                        "the hard disk image file '%s' doesn't match "
    22552255                        "UUID {%Vuuid} stored in the registry"),
    2256                     parentId.ptr(), mParent->toString().raw(),
     2256                    parentId.raw(), mParent->toString().raw(),
    22572257                    filePath.raw(), mParent->id().raw());
    22582258                break;
     
    22622262        {
    22632263            errMsg = Utf8StrFmt (
    2264                 tr ("Hard disk image '%s' is a differencing image and "
    2265                     "cannot be opened directly"),
    2266                 filePath.raw());
     2264                tr ("Hard disk image '%s' is a differencing image that is linked "
     2265                    "to a hard disk with UUID {%Vuuid} and cannot be used "
     2266                    "directly as a base hard disk"),
     2267                filePath.raw(), parentId.raw());
    22672268            break;
    22682269        }
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