Changeset 41833 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 19, 2012 3:23:12 PM (13 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r41819 r41833 2337 2337 { 2338 2338 return message(pParent, Warning, 2339 tr("<p>You didn't attach a hard drive to the new virtual machine. " 2340 "The machine will not be able to boot unless you attach " 2341 "a hard drive with a guest operating system or some other bootable " 2342 "media to it later using the machine settings window or the Start-up " 2343 "wizard.</p><p>Do you wish to continue?</p>"), 2339 tr("You are about to create a new virtual machine without a hard drive. " 2340 "You will not be able to install an operating system on the machine " 2341 "until you add one. In the mean time you will only be able to start the " 2342 "machine using a virtual optical disk or from the network."), 2344 2343 0, /* pcszAutoConfirmId */ 2345 2344 QIMessageBox::Ok, -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.cpp
r41587 r41833 360 360 { 361 361 /* Translate page: */ 362 setTitle(UIWizardNewVD::tr(" Location and size"));362 setTitle(UIWizardNewVD::tr("File location and size")); 363 363 364 364 /* Translate widgets: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.cpp
r41587 r41833 227 227 { 228 228 /* Translate widgets: */ 229 m_pLocationCnt->setTitle(UIWizardNewVD::tr(" &Location"));229 m_pLocationCnt->setTitle(UIWizardNewVD::tr("File &location")); 230 230 m_pLocationOpenButton->setToolTip(UIWizardNewVD::tr("Choose a location for new virtual hard drive file...")); 231 m_pSizeCnt->setTitle(UIWizardNewVD::tr(" &Size"));231 m_pSizeCnt->setTitle(UIWizardNewVD::tr("File &size")); 232 232 m_pFormatCnt->setTitle(UIWizardNewVD::tr("Hard drive file &type")); 233 233 QList<QAbstractButton*> buttons = m_pFormatButtonGroup->buttons();
Note:
See TracChangeset
for help on using the changeset viewer.