- Timestamp:
- Sep 7, 2010 8:46:19 AM (14 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp
r32264 r32265 1072 1072 "<p>This operation <i>cannot</i> be undone.</p>") 1073 1073 .arg(machine.GetName()); 1074 const QString strText1 = tr("<p>If you select <b>%1</b> everything gets removed. This"1075 " includes the machine itself, but also the virtual disks attached"1076 "to it. If you want preserve the virtual disks for later use,"1077 " select<b>%2</b>.</p>")1074 const QString strText1 = tr("<p>If you select <b>%1</b> both the machine itself and the " 1075 "virtual disks attached to it will be removed. If you wish " 1076 "to preserve the virtual disks for later use, select " 1077 "<b>%2</b>.</p>") 1078 1078 .arg(strDeleteAllBtn) 1079 1079 .arg(strKeepHarddisksBtn); … … 1099 1099 strText + 1100 1100 tr("<p>You have more than one virtual disk attached. Please make sure " 1101 " you didn't need any of them before deletion.</p>") +1101 "that you do not need any of them before continuing.</p>") + 1102 1102 strText1, 1103 1103 0, /* aAutoConfirmId */
Note:
See TracChangeset
for help on using the changeset viewer.