Changeset 42254 in vbox
- Timestamp:
- Jul 20, 2012 11:41:33 AM (13 years ago)
- 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 220 220 if (m_pMACEditor->text().size() < 12) 221 221 { 222 strWarning = tr("the value of the M acaddress field in not complete.");222 strWarning = tr("the value of the MAC address field in not complete."); 223 223 fValid = false; 224 224 } … … 228 228 if (!validator.exactMatch(m_pMACEditor->text())) 229 229 { 230 strWarning = tr("the second digit cannot be odd, as only unicast M acaddresses allowed.");230 strWarning = tr("the second digit cannot be odd, as only unicast MAC addresses allowed."); 231 231 fValid = false; 232 232 } -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.ui
r37645 r42254 190 190 <widget class="QLabel" name="m_pMACLabel"> 191 191 <property name="text"> 192 <string>&M acAddress:</string>192 <string>&MAC Address:</string> 193 193 </property> 194 194 <property name="alignment">
Note:
See TracChangeset
for help on using the changeset viewer.