Changeset 56127 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 28, 2015 10:24:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.ui
r51280 r56127 78 78 </property> 79 79 <property name="whatsThis"> 80 <string> Controls how this virtual adapter is attached to the real network of the Host OS.</string>80 <string>Selects how this virtual adapter is attached to the real network of the Host OS.</string> 81 81 </property> 82 82 </widget> … … 129 129 </property> 130 130 <property name="whatsThis"> 131 <string>Shows or hidesadditional network adapter options.</string>131 <string>Shows additional network adapter options.</string> 132 132 </property> 133 133 </widget> … … 233 233 <widget class="QTextEdit" name="m_pGenericPropertiesTextEdit"> 234 234 <property name="whatsThis"> 235 <string> Enter any configuration settings here for the network attachment driver you will be using. The settings should be of the form <b>name=value</b> and will depend on the driver. Use <b>shift-enter</b> to add a new entry.</string>235 <string>Holds the configuration settings for the network attachment driver. The settings should be of the form <b>name=value</b> and will depend on the driver. Use <b>shift-enter</b> to add a new entry.</string> 236 236 </property> 237 237 </widget> … … 240 240 <widget class="QCheckBox" name="m_pCableConnectedCheckBox"> 241 241 <property name="whatsThis"> 242 <string> Indicates whether the virtual network cable is plugged in on machine startup or not.</string>242 <string>When checked, the virtual network cable is plugged in.</string> 243 243 </property> 244 244 <property name="text"> … … 250 250 <widget class="QPushButton" name="m_pPortForwardingButton"> 251 251 <property name="whatsThis"> 252 <string> Opens a window to manage port forwarding rules.</string>252 <string>Displays window to configure port forwarding rules.</string> 253 253 </property> 254 254 <property name="text">
Note:
See TracChangeset
for help on using the changeset viewer.