Changeset 104551 in vbox
- Timestamp:
- May 8, 2024 12:50:28 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
r104550 r104551 176 176 /* Translate profile stuff: */ 177 177 if (m_pProfileToolButton) 178 m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Open cloud profile manager...")); 178 { 179 m_pProfileToolButton->setText(UIWizardAddCloudVM::tr("Cloud Profile Manager")); 180 m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Opens cloud profile manager...")); 181 } 179 182 180 183 /* Translate received values of Source combo-box. -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/addcloudvm/UIWizardAddCloudVMPageSource.cpp
r104550 r104551 441 441 /* Translate profile stuff: */ 442 442 m_pProfileLabel->setText(UIWizardAddCloudVM::tr("&Profile:")); 443 m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Open cloud profile manager...")); 443 if (m_pProfileToolButton) 444 { 445 m_pProfileToolButton->setText(UIWizardAddCloudVM::tr("Cloud Profile Manager")); 446 m_pProfileToolButton->setToolTip(UIWizardAddCloudVM::tr("Opens cloud profile manager...")); 447 } 444 448 m_pSourceInstanceLabel->setText(UIWizardAddCloudVM::tr("&Instances:")); 445 449 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageExpert.cpp
r104550 r104551 516 516 /* Translate profile stuff: */ 517 517 m_pProfileLabel->setText(UIWizardExportApp::tr("&Profile:")); 518 m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Open cloud profile manager...")); 518 if (m_pProfileToolButton) 519 { 520 m_pProfileToolButton->setText(UIWizardExportApp::tr("Cloud Profile Manager")); 521 m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Opens cloud profile manager...")); 522 } 519 523 520 524 /* Translate option label: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageFormat.cpp
r104550 r104551 1003 1003 /* Translate profile stuff: */ 1004 1004 m_pProfileLabel->setText(UIWizardExportApp::tr("&Profile:")); 1005 m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Open cloud profile manager...")); 1005 if (m_pProfileToolButton) 1006 { 1007 m_pProfileToolButton->setText(UIWizardExportApp::tr("Cloud Profile Manager")); 1008 m_pProfileToolButton->setToolTip(UIWizardExportApp::tr("Opens cloud profile manager...")); 1009 } 1006 1010 1007 1011 /* Translate option label: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp
r104550 r104551 446 446 m_pProfileLabel->setText(UIWizardImportApp::tr("&Profile:")); 447 447 if (m_pProfileToolButton) 448 m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Open cloud profile manager...")); 448 { 449 m_pProfileToolButton->setText(UIWizardImportApp::tr("Cloud Profile Manager")); 450 m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Opens cloud profile manager...")); 451 } 449 452 if (m_pProfileInstanceLabel) 450 453 m_pProfileInstanceLabel->setText(UIWizardImportApp::tr("&Machines:")); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageSource.cpp
r104550 r104551 707 707 m_pProfileLabel->setText(UIWizardImportApp::tr("&Profile:")); 708 708 if (m_pProfileToolButton) 709 m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Open cloud profile manager...")); 709 { 710 m_pProfileToolButton->setText(UIWizardImportApp::tr("Cloud Profile Manager")); 711 m_pProfileToolButton->setToolTip(UIWizardImportApp::tr("Opens cloud profile manager...")); 712 } 710 713 if (m_pProfileInstanceLabel) 711 714 m_pProfileInstanceLabel->setText(UIWizardImportApp::tr("&Machines:")); -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageExpert.cpp
r104550 r104551 269 269 m_pProfileLabel->setText(UIWizardNewCloudVM::tr("&Profile:")); 270 270 if (m_pProfileToolButton) 271 m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Open cloud profile manager...")); 271 { 272 m_pProfileToolButton->setText(UIWizardNewCloudVM::tr("Cloud Profile Manager")); 273 m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Opens cloud profile manager...")); 274 } 272 275 273 276 /* Update tool-tips: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newcloudvm/UIWizardNewCloudVMPageSource.cpp
r104550 r104551 505 505 /* Translate profile stuff: */ 506 506 m_pProfileLabel->setText(UIWizardNewCloudVM::tr("&Profile:")); 507 m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Open cloud profile manager...")); 507 if (m_pProfileToolButton) 508 { 509 m_pProfileToolButton->setText(UIWizardNewCloudVM::tr("Cloud Profile Manager")); 510 m_pProfileToolButton->setToolTip(UIWizardNewCloudVM::tr("Opens cloud profile manager...")); 511 } 508 512 m_pSourceImageLabel->setText(UIWizardNewCloudVM::tr("&Source:")); 509 513
Note:
See TracChangeset
for help on using the changeset viewer.