Changeset 24811 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsHD.ui
- Timestamp:
- Nov 19, 2009 9:06:04 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 55028
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsHD.ui
r24690 r24811 71 71 <widget class="QITreeView" native="1" name="mTwStorageTree" > 72 72 <property name="whatsThis" > 73 <string>Contains all the created storage controllers and all the attached virtual images and host-drives.</string>73 <string>Contains all storage controllers for this machine and the virtual images and host drives attached to them.</string> 74 74 </property> 75 75 </widget> … … 124 124 <widget class="QLabel" name="mLbInfo" > 125 125 <property name="text" > 126 <string> Storage Tree supports multiple storage controllers of any type. Currently there are no storage controllers created.</string>126 <string>The Storage Tree can contain several controllers of different types. This machine currently has no controllers.</string> 127 127 </property> 128 128 <property name="wordWrap"> … … 183 183 <widget class="QLineEdit" name="mLeName" > 184 184 <property name="whatsThis" > 185 <string> Allows to editthe name of the storage controller currently selected in the Storage Tree.</string>185 <string>Changes the name of the storage controller currently selected in the Storage Tree.</string> 186 186 </property> 187 187 </widget> … … 203 203 <widget class="QComboBox" name="mCbType" > 204 204 <property name="whatsThis" > 205 <string> Allows to selectthe sub-type of the storage controller currently selected in the Storage Tree.</string>205 <string>Selects the sub-type of the storage controller currently selected in the Storage Tree.</string> 206 206 </property> 207 207 <property name="sizePolicy" > … … 265 265 <widget class="QComboBox" name="mCbSlot" > 266 266 <property name="whatsThis" > 267 <string> Allows to select the slot of the storage attachment currently selected in the Storage Tree. The list of the currently available slots depends on parent controller type of this attachment and takes into account slots already used by the other attachments of the same parent.</string>267 <string>Selects the slot on the storage controller used by this attachment. The available slots depend on the type of the controller and other attachments on it.</string> 268 268 </property> 269 269 <property name="sizePolicy" > … … 288 288 <widget class="VBoxMediaComboBox" native="1" name="mCbVdi" > 289 289 <property name="whatsThis" > 290 <string> Allows to select virtual image or host-drive assigned for the currently selected attachment according to device type ofthis attachment.</string>290 <string>Selects the virtual disk image or the host drive used by this attachment.</string> 291 291 </property> 292 292 <property name="sizePolicy" > … … 323 323 </property> 324 324 <property name="whatsThis"> 325 <string>If checked, it will show differencing hard disks actually attached to the slots instead of their base hard disks (shown in case of indirect attachments) and will also let attach other differencing hard disks explicitly. Check this only if you need a complex hard disk setup.</string>325 <string>If checked, shows the differencing hard disks that are attached to slots rather than their base hard disks (shown for indirect attachments) and allows explicit attaching of differencing hard disks. Check this only if you need a complex hard disk setup.</string> 326 326 </property> 327 327 <property name="text">
Note:
See TracChangeset
for help on using the changeset viewer.