Changeset 104550 in vbox
- Timestamp:
- May 8, 2024 12:35:04 PM (7 months ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageExpert.cpp
r103957 r104550 176 176 /* Translate profile stuff: */ 177 177 if (m_pProfileToolButton) 178 m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Open Cloud Profile Manager..."));178 m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Open cloud profile manager...")); 179 179 180 180 /* Translate received values of Source combo-box. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageSource.cpp
r103957 r104550 441 441 /* Translate profile stuff: */ 442 442 m_pProfileLabel->setText(UIWizardAddCloudVM::tr("&Profile:")); 443 m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Open Cloud Profile Manager..."));443 m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Open cloud profile manager...")); 444 444 m_pSourceInstanceLabel->setText(UIWizardAddCloudVM::tr("&Instances:")); 445 445 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp
r104533 r104550 516 516 /* Translate profile stuff: */ 517 517 m_pProfileLabel->setText(UIWizardExportApp::tr("&Profile:")); 518 m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Open Cloud Profile Manager..."));518 m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Open cloud profile manager...")); 519 519 520 520 /* Translate option label: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageFormat.cpp
r104533 r104550 1003 1003 /* Translate profile stuff: */ 1004 1004 m_pProfileLabel->setText(UIWizardExportApp::tr("&Profile:")); 1005 m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Open Cloud Profile Manager..."));1005 m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Open cloud profile manager...")); 1006 1006 1007 1007 /* Translate option label: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp
r104533 r104550 446 446 m_pProfileLabel->setText(UIWizardImportApp::tr("&Profile:")); 447 447 if (m_pProfileToolButton) 448 m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Open Cloud Profile Manager..."));448 m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Open cloud profile manager...")); 449 449 if (m_pProfileInstanceLabel) 450 450 m_pProfileInstanceLabel->setText(UIWizardImportApp::tr("&Machines:")); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageSource.cpp
r104533 r104550 707 707 m_pProfileLabel->setText(UIWizardImportApp::tr("&Profile:")); 708 708 if (m_pProfileToolButton) 709 m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Open Cloud Profile Manager..."));709 m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Open cloud profile manager...")); 710 710 if (m_pProfileInstanceLabel) 711 711 m_pProfileInstanceLabel->setText(UIWizardImportApp::tr("&Machines:")); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp
r104547 r104550 269 269 m_pProfileLabel->setText(UIWizardNewCloudVM::tr("&Profile:")); 270 270 if (m_pProfileToolButton) 271 m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Open Cloud Profile Manager..."));271 m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Open cloud profile manager...")); 272 272 273 273 /* Update tool-tips: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageSource.cpp
r103957 r104550 505 505 /* Translate profile stuff: */ 506 506 m_pProfileLabel->setText(UIWizardNewCloudVM::tr("&Profile:")); 507 m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Open Cloud Profile Manager..."));507 m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Open cloud profile manager...")); 508 508 m_pSourceImageLabel->setText(UIWizardNewCloudVM::tr("&Source:")); 509 509
Note:
See TracChangeset
for help on using the changeset viewer.