Changeset 86590 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Oct 15, 2020 11:42:18 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 140954
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageBasic1.cpp
r86355 r86590 513 513 "machine on the basis of it.</p>")); 514 514 515 /* Translate cloudstuff: */515 /* Translate profile stuff: */ 516 516 m_pProfileLabel->setText(UIWizardAddCloudVM::tr("&Profile:")); 517 m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Open Cloud Profile Manager...")); 517 518 m_pProfileInstanceLabel->setText(UIWizardAddCloudVM::tr("&Instances:")); 518 519 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageExpert.cpp
r86355 r86590 144 144 m_pCntSource->setTitle(UIWizardAddCloudVM::tr("Source")); 145 145 146 /* Translate profile stuff: */ 147 m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Open Cloud Profile Manager...")); 148 146 149 /* Translate received values of Source combo-box. 147 150 * We are enumerating starting from 0 for simplicity: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic2.cpp
r86587 r86590 968 968 m_pIncludeISOsCheckbox->setText(UIWizardExportApp::tr("&Include ISO image files")); 969 969 970 /* Translate Profile label: */970 /* Translate profile stuff: */ 971 971 m_pProfileLabel->setText(UIWizardExportApp::tr("&Profile:")); 972 m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Open Cloud Profile Manager...")); 972 973 973 974 /* Translate option label: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp
r86587 r86590 512 512 m_pIncludeISOsCheckbox->setText(UIWizardExportApp::tr("&Include ISO image files")); 513 513 514 /* Translate Profile label: */514 /* Translate profile stuff: */ 515 515 m_pProfileLabel->setText(UIWizardExportApp::tr("&Profile:")); 516 m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Open Cloud Profile Manager...")); 516 517 517 518 /* Translate option label: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic1.cpp
r86355 r86590 688 688 m_pFileSelector->setFileFilters(UIWizardImportApp::tr("Open Virtualization Format (%1)").arg("*.ova *.ovf")); 689 689 690 /* Translate cloudstuff: */690 /* Translate profile stuff: */ 691 691 m_pProfileLabel->setText(UIWizardImportApp::tr("&Profile:")); 692 m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Open Cloud Profile Manager...")); 692 693 m_pProfileInstanceLabel->setText(UIWizardImportApp::tr("&Machines:")); 693 694 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp
r86355 r86590 289 289 m_pFileSelector->setFileFilters(UIWizardImportApp::tr("Open Virtualization Format (%1)").arg("*.ova *.ovf")); 290 290 291 /* Translate profile stuff: */ 292 m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Open Cloud Profile Manager...")); 293 291 294 /* Translate settings container: */ 292 295 m_pSettingsCnt->setTitle(UIWizardImportApp::tr("Settings")); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageBasic1.cpp
r86355 r86590 648 648 "machine on the basis of it.</p>")); 649 649 650 /* Translate cloudstuff: */650 /* Translate profile stuff: */ 651 651 m_pProfileLabel->setText(UIWizardNewCloudVM::tr("&Profile:")); 652 m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Open Cloud Profile Manager...")); 652 653 m_pSourceImageLabel->setText(UIWizardNewCloudVM::tr("&Source:")); 653 654 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp
r86346 r86590 217 217 m_pSourceTabBar->setTabText(1, UIWizardNewCloudVM::tr("&Images")); 218 218 219 /* Translate profile stuff: */ 220 m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Open Cloud Profile Manager...")); 221 219 222 /* Translate settings container: */ 220 223 m_pSettingsCnt->setTitle(UIWizardNewCloudVM::tr("Settings"));
Note:
See TracChangeset
for help on using the changeset viewer.