Changeset 42268 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 20, 2012 2:33:34 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79324
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.cpp
r42256 r42268 220 220 if (m_pMACEditor->text().size() < 12) 221 221 { 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."); 223 223 fValid = false; 224 224 } … … 229 229 if (validator.indexIn(m_pMACEditor->text()) != 0) 230 230 { 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 " 232 232 "as only unicast addresses are allowed."); 233 233 fValid = false;
Note:
See TracChangeset
for help on using the changeset viewer.