VirtualBox

Changeset 5119 in vbox


Ignore:
Timestamp:
Oct 1, 2007 12:04:39 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24979
Message:

Rewrote two error messages

Location:
trunk/src/VBox
Files:
2 edited

Legend:

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

    r5024 r5119  
    13211321            //  IDVDImage::lastAccessError is there
    13221322            return setError (E_FAIL,
    1323                 tr ("VM cannot start because the DVD image '%ls' is not accessible"),
     1323                tr ("The virtual machine could not be started because the DVD image '%ls' which is attached to it could not be found or could not be opened.  Please detach the image and try again"),
    13241324                filePath.raw());
    13251325        }
     
    13431343            //  IDVDImage::lastAccessError is there
    13441344            return setError (E_FAIL,
    1345                 tr ("VM cannot start because the floppy image '%ls' is not accessible"),
     1345                tr ("The virtual machine could not be started because the floppy image '%ls' which is attached to it could not be found or could not be opened.  Please detach the image and try again"),
    13461346                filePath.raw());
    13471347        }
  • trunk/src/VBox/VMM/VM.cpp

    r5099 r5119  
    11761176    {
    11771177        vmR3SetState(pVM, VMSTATE_LOAD_FAILURE);
    1178         rc = VMSetError(pVM, rc, RT_SRC_POS, N_("Failed to restore VM state from '%s' (%Vrc)"), pszFilename, rc);
     1178        rc = VMSetError(pVM, rc, RT_SRC_POS, N_("Unable to restore the virtual machine's saved state from '%s'.  It may be damaged or from an older version of VirtualBox.  Please discard the saved state before starting the virtual machine.  (Error: %Vrc)"), pszFilename, rc);
    11791179    }
    11801180
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette