VirtualBox

Changeset 34343 in vbox for trunk


Ignore:
Timestamp:
Nov 24, 2010 9:17:02 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: English text adjustments for storage attachments

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp

    r34333 r34343  
    12911291    return message(pParent, Question,
    12921292                   tr("<p>You are about to add a virtual hard disk to controller <b>%1</b>.</p>"
    1293                       "<p>Would you like to create a new, empty disk or select an existing one?</p>")
     1293                      "<p>Would you like to create a new, empty file to hold the disk contents or select an existing one?</p>")
    12941294                      .arg(strControllerName),
    12951295                   0, /* aAutoConfirmId */
     
    13061306    return message(pParent, Question,
    13071307                   tr("<p>You are about to add a new CD/DVD drive to controller <b>%1</b>.</p>"
    1308                       "<p>Would you like to choose a virtual CD/DVD disk to insert into the drive "
     1308                      "<p>Would you like to choose a virtual CD/DVD disk to put in the drive "
    13091309                      "or to leave it empty for now?</p>")
    13101310                      .arg(strControllerName),
     
    13221322    return message(pParent, Question,
    13231323                   tr("<p>You are about to add a new floppy drive to controller <b>%1</b>.</p>"
    1324                       "<p>Would you like to choose a virtual floppy disk to insert into the drive "
     1324                      "<p>Would you like to choose a virtual floppy disk to put in the drive "
    13251325                      "or to leave it empty for now?</p>")
    13261326                      .arg(strControllerName),
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp

    r34334 r34343  
    24282428            {
    24292429                /* Add "Choose a virtual CD/DVD disk file" action: */
    2430                 addChooseExistingMediumAction(pOpenMediumMenu, tr("Choose a CD/DVD disk image..."));
     2430                addChooseExistingMediumAction(pOpenMediumMenu, tr("Choose a virtual CD/DVD disk file..."));
    24312431                /* Add "Choose a physical drive" actions: */
    24322432                addChooseHostDriveActions(pOpenMediumMenu);
     
    24432443            {
    24442444                /* Add "Choose a virtual floppy disk file" action: */
    2445                 addChooseExistingMediumAction(pOpenMediumMenu, tr("Choose a floppy disk image..."));
     2445                addChooseExistingMediumAction(pOpenMediumMenu, tr("Choose a virtual floppy disk file..."));
    24462446                /* Add "Choose a physical drive" actions: */
    24472447                addChooseHostDriveActions(pOpenMediumMenu);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette