- Timestamp:
- Jun 28, 2011 11:15:20 AM (13 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/newhd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWizard.cpp
r37658 r37659 297 297 298 298 /* Append page text for source virtual disk part: */ 299 m_pLabel->setText(m_pLabel->text() + QString("Please select the virtual harddisk which you would like to "299 m_pLabel->setText(m_pLabel->text() + QString("Please select the virtual disk which you would like to " 300 300 "copy if it is not already selected. You can either choose one " 301 301 "from the list or use the folder icon beside the list to " 302 "select a virtual harddisk file."));302 "select a virtual disk file.")); 303 303 } 304 304 -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newhd/UINewHDWizardPageWelcome.ui
r37658 r37659 44 44 <widget class="QGroupBox" name="m_pSourceDiskContainer"> 45 45 <property name="title"> 46 <string> Select a virtual disk to copy</string>46 <string>Virtual disk to copy</string> 47 47 </property> 48 48 <layout class="QHBoxLayout" name="m_pSourceDiskLayout">
Note:
See TracChangeset
for help on using the changeset viewer.