VirtualBox

Ignore:
Timestamp:
Aug 13, 2015 11:47:50 AM (9 years ago)
Author:
vboxsync
Message:

MachineImpl: slightly adapted the error text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r57134 r57319  
    81578157               )
    81588158                return setError(VBOX_E_INVALID_VM_STATE,
    8159                                 tr("The machine is not mutable (state is %s)"),
     8159                                tr("The machine is not mutable or saved (state is %s)"),
    81608160                                Global::stringifyMachineState(mData->mMachineState));
    81618161            break;
     
    81738173               )
    81748174                return setError(VBOX_E_INVALID_VM_STATE,
    8175                                 tr("The machine is not mutable (state is %s)"),
     8175                                tr("The machine is not mutable or running (state is %s)"),
    81768176                                Global::stringifyMachineState(mData->mMachineState));
    81778177            break;
     
    81908190               )
    81918191                return setError(VBOX_E_INVALID_VM_STATE,
    8192                                 tr("The machine is not mutable (state is %s)"),
     8192                                tr("The machine is not mutable, saved or running (state is %s)"),
    81938193                                Global::stringifyMachineState(mData->mMachineState));
    81948194            break;
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