- Timestamp:
- Mar 26, 2024 6:02:14 PM (12 months ago)
- svn:sync-xref-src-repo-rev:
- 162462
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDFormatPage.cpp
r103957 r104069 65 65 { 66 66 /* Translate page: */ 67 setTitle(UIWizardCloneVD::tr("Virtual Hard disk file type"));67 setTitle(UIWizardCloneVD::tr("Virtual hard disk file type")); 68 68 69 69 /* Translate widgets: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDFileTypePage.cpp
r103957 r104069 65 65 void UIWizardNewVDFileTypePage::sltRetranslateUI() 66 66 { 67 setTitle(UIWizardNewVD::tr("Virtual Hard disk file type"));67 setTitle(UIWizardNewVD::tr("Virtual hard disk file type")); 68 68 m_pLabel->setText(UIWizardNewVD::tr("Please choose the type of file that you would like to use " 69 69 "for the new virtual hard disk. If you do not need to use it " -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDSizeLocationPage.cpp
r103957 r104069 107 107 void UIWizardNewVDSizeLocationPage::sltRetranslateUI() 108 108 { 109 setTitle(UIWizardNewVD::tr(" File location and size"));109 setTitle(UIWizardNewVD::tr("Location and size of the disk image")); 110 110 } 111 111
Note:
See TracChangeset
for help on using the changeset viewer.