VirtualBox

Ignore:
Timestamp:
Oct 1, 2021 8:57:59 AM (3 years ago)
Author:
vboxsync
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/PerformanceImpl.cpp

    r90771 r91503  
    381381
    382382    if (FAILED(rc))
    383         return setError(E_FAIL, "Failed to setup metrics for '%s'",
     383        return setError(E_FAIL, tr("Failed to setup metrics for '%s'"),
    384384                        getFailedGuestName().c_str());
    385385    return rc;
     
    417417
    418418    if (FAILED(rc))
    419         return setError(E_FAIL, "Failed to enable metrics for '%s'",
     419        return setError(E_FAIL, tr("Failed to enable metrics for '%s'"),
    420420                        getFailedGuestName().c_str());
    421421    return rc;
     
    453453
    454454    if (FAILED(rc))
    455         return setError(E_FAIL, "Failed to disable metrics for '%s'",
     455        return setError(E_FAIL, tr("Failed to disable metrics for '%s'"),
    456456                        getFailedGuestName().c_str());
    457457    return rc;
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