VirtualBox

Changeset 7012 in vbox


Ignore:
Timestamp:
Feb 19, 2008 11:13:19 AM (17 years ago)
Author:
vboxsync
Message:

Spelling for Network Adapters.

File:
1 edited

Legend:

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

    r6993 r7012  
    15501550        {
    15511551            CAudioAdapter audio = m.GetAudioAdapter();
    1552                         int rows = audio.GetEnabled() ? 3 : 2;
     1552            int rows = audio.GetEnabled() ? 3 : 2;
    15531553            if (audio.GetEnabled())
    15541554                item = QString (sSectionItemTpl)
    1555                            .arg (tr ("Host Driver", "details report (audio)"),
     1555                       .arg (tr ("Host Driver", "details report (audio)"),
    15561556                             toString (audio.GetAudioDriver())) +
    15571557                       QString (sSectionItemTpl)
    1558                            .arg (tr ("Controller", "details report (audio)"),
     1558                       .arg (tr ("Controller", "details report (audio)"),
    15591559                             toString (audio.GetAudioController()));
    15601560            else
     
    22562256        tr ("PCnet-FAST III (Am79C973)", "NetworkAdapterType");
    22572257    networkAdapterTypes [CEnums::NetworkAdapter82540EM] =
    2258         tr ("E1000 PRO MT Desktop (82540EM)", "NetworkAdapterType");
     2258        tr ("Intel PRO/1000 MT Desktop (82540EM)", "NetworkAdapterType");
    22592259
    22602260    networkAttachmentTypes [CEnums::NoNetworkAttachment] =
     
    29612961
    29622962    /* replace special entities, '&' -- first! */
    2963         text.replace ('&', "&");
     2963    text.replace ('&', "&");
    29642964    text.replace ('<', "&lt;");
    2965         text.replace ('>', "&gt;");
    2966         text.replace ('\"', "&quot;");
     2965    text.replace ('>', "&gt;");
     2966    text.replace ('\"', "&quot;");
    29672967
    29682968    /* mark strings in single quotes with color */
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