VirtualBox

Ignore:
Timestamp:
Feb 12, 2007 11:51:16 AM (18 years ago)
Author:
vboxsync
Message:

Main: Minor message correction.

File:
1 edited

Legend:

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

    r782 r833  
    18411841    //  stricter check (mMachineState != MachineState_Running).
    18421842    if (mMachineState < MachineState_Running)
    1843         return setError (E_FAIL, tr ("Cannot attach a USB device to a machine which is not running.  (Machine state: %d)"), mMachineState);
     1843        return setError (E_FAIL,
     1844            tr ("Cannot attach a USB device to a machine which is not running "
     1845                "(machine state: %d)"), mMachineState);
    18441846
    18451847    /* protect mpVM */
     
    18511853    int vrc = PDMR3QueryLun (mpVM, "usb-ohci", 0, 0, &pBase);
    18521854    if (VBOX_FAILURE (vrc))
    1853         return setError (E_FAIL, tr ("The virtual machine does not have a USB controller."));
     1855        return setError (E_FAIL,
     1856            tr ("The virtual machine does not have a USB controller"));
    18541857
    18551858    PVUSBIRHCONFIG pRhConfig = (PVUSBIRHCONFIG) pBase->
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