Changeset 104564 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 8, 2024 4:25:22 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 163102
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp
r104563 r104564 278 278 /* Translate source image list: */ 279 279 m_pSourceImageList->setWhatsThis(UIWizardNewCloudVM::tr("Lists all the source images or boot volumes.")); 280 281 /* Translate cloud VM properties table: */ 282 m_pFormEditor->setWhatsThis(UIWizardNewCloudVM::tr("Lists all the cloud VM properties.")); 280 283 } 281 284 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageProperties.cpp
r103957 r104564 106 106 "properties shown by double-clicking on the items and disable others using the " 107 107 "check boxes below.")); 108 109 /* Translate cloud VM properties table: */ 110 m_pFormEditor->setWhatsThis(UIWizardNewCloudVM::tr("Lists all the cloud VM properties.")); 108 111 } 109 112
Note:
See TracChangeset
for help on using the changeset viewer.