VirtualBox

Changeset 7196 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 28, 2008 11:47:09 AM (17 years ago)
Author:
vboxsync
Message:

Little format correction for details report of network adapters.

File:
1 edited

Legend:

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

    r7167 r7196  
    15861586                     * this name instead */
    15871587                    if (type == CEnums::HostInterfaceNetworkAttachment)
    1588                         attType = attType.arg (adapter.GetHostInterface());
     1588                        attType = attType.arg (tr ("host interface, %1",
     1589                            "details report (network)").arg (adapter.GetHostInterface()));
    15891590                    else if (type == CEnums::InternalNetworkAttachment)
    1590                         attType = attType.arg (adapter.GetInternalNetwork());
     1591                        attType = attType.arg (tr ("internal network, '%1'",
     1592                            "details report (network)").arg (adapter.GetInternalNetwork()));
    15911593                    else
    15921594                        attType = attType.arg (vboxGlobal().toString (type));
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