VirtualBox

Changeset 56304 in vbox for trunk


Ignore:
Timestamp:
Jun 9, 2015 4:35:54 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Reverting r100889 due to the NLS mess.

File:
1 edited

Legend:

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

    r56303 r56304  
    852852        QString strCPUExecCap = QString::number(machine.GetCPUExecutionCap());
    853853
    854         /* Paravirtualization feature: */
    855         const QString strParavirt = gpConverter->toString(machine.GetEffectiveParavirtProvider());
    856 
    857854        /* Prepare tool-tip: */
    858855        QString tip(QApplication::translate("UIIndicatorsPool",
     
    861858                                            "<br><nobr><b>%3:</b>&nbsp;%4</nobr>"
    862859                                            "<br><nobr><b>%5:</b>&nbsp;%6</nobr>"
    863                                             "<br><nobr><b>%7:</b>&nbsp;%8</nobr>"
    864                                             "<br><nobr><b>%9:</b>&nbsp;%10%</nobr>",
     860                                            "<br><nobr><b>%7:</b>&nbsp;%8%</nobr>",
    865861                                            "Virtualization Stuff LED")
    866862                    .arg(VBoxGlobal::tr("VT-x/AMD-V", "details report"), virtualization)
    867863                    .arg(VBoxGlobal::tr("Nested Paging"), nestedPaging)
    868864                    .arg(VBoxGlobal::tr("Unrestricted Execution"), unrestrictExec)
    869                     .arg(VBoxGlobal::tr("Paravirtualization Interface", "details report"), strParavirt)
    870865                    .arg(VBoxGlobal::tr("Execution Cap", "details report"), strCPUExecCap));
    871866
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