VirtualBox

Changeset 42268 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 20, 2012 2:33:34 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79324
Message:

FE/Qt: Machine settings / Network page: Some NLS update.

File:
1 edited

Legend:

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

    r42256 r42268  
    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 MAC address must be 12 hexadecimal digits long.");
    223223        fValid = false;
    224224    }
     
    229229        if (validator.indexIn(m_pMACEditor->text()) != 0)
    230230        {
    231             strWarning = tr("the second digit in the MAC Address field cannot be odd, "
     231            strWarning = tr("the second digit in the MAC address may not be odd "
    232232                            "as only unicast addresses are allowed.");
    233233            fValid = false;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette