- Timestamp:
- Nov 24, 2010 9:17:02 PM (14 years ago)
- 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 1291 1291 return message(pParent, Question, 1292 1292 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 diskor 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>") 1294 1294 .arg(strControllerName), 1295 1295 0, /* aAutoConfirmId */ … … 1306 1306 return message(pParent, Question, 1307 1307 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 intothe drive "1308 "<p>Would you like to choose a virtual CD/DVD disk to put in the drive " 1309 1309 "or to leave it empty for now?</p>") 1310 1310 .arg(strControllerName), … … 1322 1322 return message(pParent, Question, 1323 1323 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 intothe drive "1324 "<p>Would you like to choose a virtual floppy disk to put in the drive " 1325 1325 "or to leave it empty for now?</p>") 1326 1326 .arg(strControllerName), -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp
r34334 r34343 2428 2428 { 2429 2429 /* 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...")); 2431 2431 /* Add "Choose a physical drive" actions: */ 2432 2432 addChooseHostDriveActions(pOpenMediumMenu); … … 2443 2443 { 2444 2444 /* 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...")); 2446 2446 /* Add "Choose a physical drive" actions: */ 2447 2447 addChooseHostDriveActions(pOpenMediumMenu);
Note:
See TracChangeset
for help on using the changeset viewer.