- Timestamp:
- Sep 17, 2018 5:46:19 PM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneGlobal.cpp
r73738 r74321 212 212 m_pPaneDesktop->addToolDescription(pAction1, 213 213 tr("Tool to observe virtual storage media. " 214 "Reflects all the chains of <u>virtual disks</u>you have registered "214 "Reflects all the chains of virtual disks you have registered " 215 215 "(per each storage type) within your virtual machines and allows for media " 216 "operations like <u>copy</u>, <u>remove</u>, <u>release</u>"216 "operations like copy, remove, release " 217 217 "(detach it from VMs where it is currently attached to) and observe their properties. " 218 "Allows to <u>edit</u> medium attributes like <u>type</u>, "219 " <u>location/name</u>, <u>description</u> and <u>size</u>(for dynamical storages "218 "Allows to edit medium attributes like type, " 219 "location/name, description and size (for dynamical storages " 220 220 "only).")); 221 221 QAction *pAction2 = m_pActionPool->action(UIActionIndexST_M_Tools_M_Global_S_HostNetworkManager); 222 222 m_pPaneDesktop->addToolDescription(pAction2, 223 223 tr("Tool to control host-only network interfaces. " 224 "Reflects <u>host-only networks</u>, their DHCP servers and allows "225 "for operations on the networks like possibility to <u>create</u>, <u>remove</u>"226 "and observe their properties. Allows to <u>edit</u>various "227 " <u>attributes</u>for host-only interface and corresponding DHCP server."));224 "Reflects host-only networks, their DHCP servers and allows " 225 "for operations on the networks like possibility to create, remove " 226 "and observe their properties. Allows to edit various " 227 "attributes for host-only interface and corresponding DHCP server.")); 228 228 } 229 229 -
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIToolPaneMachine.cpp
r73697 r74321 301 301 m_pPaneDesktop->addToolDescription(pAction1, 302 302 tr("Tool to observe virtual machine (VM) details. " 303 "Reflects groups of <u>properties</u>for the currently chosen VM and allows "303 "Reflects groups of properties for the currently chosen VM and allows " 304 304 "basic operations on certain properties (like the machine storage devices).")); 305 305 QAction *pAction2 = m_pActionPool->action(UIActionIndexST_M_Tools_M_Machine_S_Snapshots); 306 306 m_pPaneDesktop->addToolDescription(pAction2, 307 307 tr("Tool to control virtual machine (VM) snapshots. " 308 "Reflects <u>snapshots</u>created for the currently selected VM and allows "309 "snapshot operations like <u>create</u>, <u>remove</u>, "310 " <u>restore</u>(make current) and observe their properties. Allows to "311 " <u>edit</u> snapshot attributes like <u>name</u> and <u>description</u>."));308 "Reflects snapshots created for the currently selected VM and allows " 309 "snapshot operations like create, remove, " 310 "restore (make current) and observe their properties. Allows to " 311 "edit snapshot attributes like name and description.")); 312 312 QAction *pAction3 = m_pActionPool->action(UIActionIndexST_M_Tools_M_Machine_S_LogViewer); 313 313 m_pPaneDesktop->addToolDescription(pAction3,
Note:
See TracChangeset
for help on using the changeset viewer.