Changeset 56185 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 1, 2015 2:33:25 PM (10 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSnapshotsWgt.cpp
r56166 r56185 494 494 mRestoreSnapshotAction->setStatusTip(tr("Restore selected snapshot of the virtual machine")); 495 495 mDeleteSnapshotAction->setStatusTip(tr("Delete selected snapshot of the virtual machine")); 496 mShowSnapshotDetailsAction->setStatusTip(tr("Show thedetails of selected snapshot"));496 mShowSnapshotDetailsAction->setStatusTip(tr("Show details of selected snapshot")); 497 497 mTakeSnapshotAction->setStatusTip(tr("Take a snapshot of the current virtual machine state")); 498 498 mCloneSnapshotAction->setStatusTip(tr("Clone selected virtual machine")); -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetworkDetailsHost.ui
r56153 r56185 186 186 </property> 187 187 <property name="toolTip"> 188 <string>When checked, DHCP Server will be enabled for this network on machine startup.</string>188 <string>When checked, the DHCP Server will be enabled for this network on machine startup.</string> 189 189 </property> 190 190 </widget> -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetworkDetailsNAT.ui
r56153 r56185 131 131 <widget class="QPushButton" name="m_pButtonPortForwarding"> 132 132 <property name="whatsThis"> 133 <string>Displays thewindow to configure port forwarding rules.</string>133 <string>Displays a window to configure port forwarding rules.</string> 134 134 </property> 135 135 <property name="text"> -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsNetwork.ui
r56152 r56185 250 250 <widget class="QPushButton" name="m_pPortForwardingButton"> 251 251 <property name="whatsThis"> 252 <string>Displays thewindow to configure port forwarding rules.</string>252 <string>Displays a 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.