VirtualBox

Changeset 42254 in vbox


Ignore:
Timestamp:
Jul 20, 2012 11:41:33 AM (13 years ago)
Author:
vboxsync
Message:

FE/Qt: Machine settings / Network page: Renaming Mac => MAC.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.cpp

    r42253 r42254  
    220220    if (m_pMACEditor->text().size() < 12)
    221221    {
    222         strWarning = tr("the value of the Mac address field in not complete.");
     222        strWarning = tr("the value of the MAC address field in not complete.");
    223223        fValid = false;
    224224    }
     
    228228        if (!validator.exactMatch(m_pMACEditor->text()))
    229229        {
    230             strWarning = tr("the second digit cannot be odd, as only unicast Mac addresses allowed.");
     230            strWarning = tr("the second digit cannot be odd, as only unicast MAC addresses allowed.");
    231231            fValid = false;
    232232        }
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.ui

    r37645 r42254  
    190190       <widget class="QLabel" name="m_pMACLabel">
    191191        <property name="text">
    192          <string>&amp;Mac Address:</string>
     192         <string>&amp;MAC Address:</string>
    193193        </property>
    194194        <property name="alignment">
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