VirtualBox

Ignore:
Timestamp:
Oct 1, 2021 8:57:59 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147192
Message:

Main: bugref:1909: Added missed translation marks, removed redundant ones. Expanded one macro to make the lupdate get string correctly. Removed GuestBase::setErrorExternal and changed calls from it to setErrorBoth to handle translation correctly.

File:
1 edited

Legend:

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

    r91326 r91503  
    873873         * IMachine corresponding to a mutable machine as d->pSrcMachine */
    874874        if (d->pSrcMachine->i_isSessionMachine())
    875             throw p->setError(E_INVALIDARG, "The source machine is mutable");
     875            throw p->setError(E_INVALIDARG, tr("The source machine is mutable"));
    876876
    877877        /* Handle the special case that someone is requesting a _full_ clone
     
    10481048
    10491049        if (RT_FAILURE(vrc))
    1050             p->setErrorBoth(VBOX_E_IPRT_ERROR, vrc, "Could not create machine clone thread (%Rrc)", vrc);
     1050            p->setErrorBoth(VBOX_E_IPRT_ERROR, vrc, tr("Could not create machine clone thread (%Rrc)"), vrc);
    10511051    }
    10521052    catch (HRESULT rc2)
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