VirtualBox

Changeset 14793 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 28, 2008 4:57:01 PM (16 years ago)
Author:
vboxsync
Message:

Add missing space in string literal.

File:
1 edited

Legend:

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

    r14791 r14793  
    20232023        mMachineState != MachineState_Paused)
    20242024        return setError (E_FAIL,
    2025             tr ("Cannot attach a USB device to the machine which is not running"
    2026                 "(machine state: %d)"),
    2027             mMachineState);
     2025            tr ("Cannot attach a USB device to the machine which is not running "
     2026                "(machine state: %d)"), mMachineState);
    20282027
    20292028    /* protect mpVM */
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