VirtualBox

Changeset 7196

Show
Ignore:
Timestamp:
02/28/08 12:47:09 (9 months ago)
Author:
vboxsync
Message:

Little format correction for details report of network adapters.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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)); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy