VirtualBox

Changeset 29346 in vbox


Ignore:
Timestamp:
May 11, 2010 12:52:28 PM (15 years ago)
Author:
vboxsync
Message:

Main: better error message for inaccessible ISO

File:
1 edited

Legend:

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

    r29340 r29346  
    24462446                                           0,
    24472447                                           "DvdOrFloppyImageInaccessible",
    2448                                            "The medium '%ls' is inaccessible and is being ignored. You may want to fix the media attachments in the virtual machine settings",
    2449                                            loc.raw());
     2448                                           "The image file '%ls' is inaccessible and is being ignored. Please select a different image file for the virtual %s drive.",
     2449                                           loc.raw(),
     2450                                           (enmType == DeviceType_DVD) ? "DVD" : "floppy");
    24502451                pMedium = NULL;
    24512452            }
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