VirtualBox

Ignore:
Timestamp:
Oct 1, 2013 2:53:33 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89421
Message:

FE/Qt: Tiny NLS cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp

    r48576 r48783  
    668668        bool bNestEnabled = debugger.GetHWVirtExNestedPagingEnabled();
    669669        QString nestedPaging = bNestEnabled ?
    670             VBoxGlobal::tr("Enabled", "nested paging") :
    671             VBoxGlobal::tr("Disabled", "nested paging");
     670            VBoxGlobal::tr("Enabled", "details report (Nested Paging)") :
     671            VBoxGlobal::tr("Disabled", "details report (Nested Paging)");
    672672
    673673        bool bUXEnabled = debugger.GetHWVirtExUXEnabled();
    674674        QString unrestrictExec = bUXEnabled ?
    675             VBoxGlobal::tr("Enabled", "unrestricted execution") :
    676             VBoxGlobal::tr("Disabled", "unrestricted execution");
     675            VBoxGlobal::tr("Enabled", "details report (Unrestricted Execution)") :
     676            VBoxGlobal::tr("Disabled", "details report (Unrestricted Execution)");
    677677
    678678        QString strCPUExecCap = QString::number(console.GetMachine().GetCPUExecutionCap());
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