Changeset 104496 in vbox
- Timestamp:
- May 2, 2024 8:59:38 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 163018
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageExpert.cpp
r104475 r104496 449 449 m_pProfileInstanceLabel->setText(UIWizardImportApp::tr("&Machines:")); 450 450 451 /* Translate path selector label: */451 /* Translate path selector stuff: */ 452 452 if (m_pLabelImportFilePath) 453 453 m_pLabelImportFilePath->setText(UIWizardImportApp::tr("&Machine Base Folder:")); 454 if (m_pEditorImportFilePath) 455 m_pEditorImportFilePath->setToolTip(UIWizardImportApp::tr("Holds the path to the base virtual machine folder. " 456 "This folder is used when creating new virtual machine.")); 454 457 455 458 /* Translate MAC import policy label: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageSettings.cpp
r103957 r104496 467 467 } 468 468 469 /* Translate path selector label: */469 /* Translate path selector stuff: */ 470 470 if (m_pLabelImportFilePath) 471 471 m_pLabelImportFilePath->setText(UIWizardImportApp::tr("&Machine Base Folder:")); 472 if (m_pEditorImportFilePath) 473 m_pEditorImportFilePath->setToolTip(UIWizardImportApp::tr("Holds the path to the base virtual machine folder. " 474 "This folder is used when creating new virtual machine.")); 472 475 473 476 /* Translate MAC import policy label: */
Note:
See TracChangeset
for help on using the changeset viewer.