Changeset 25096 in vbox
- Timestamp:
- Nov 30, 2009 9:49:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r25095 r25096 1147 1147 { 1148 1148 return messageOkCancel (QApplication::activeWindow(), Info, 1149 tr ("<p>Are you sure you want to delete the CD ROM device?</p>"1149 tr ("<p>Are you sure you want to delete the CD/DVD-ROM device?</p>" 1150 1150 "<p>You will not be able to mount any CDs or ISO images " 1151 "without it. That also applies to the image containing the " 1152 "Guest Additions!</p>"), 1151 "or install the Guest Additions without it!</p>"), 1153 1152 0, /* aAutoConfirmId */ 1154 1153 tr ("&Remove", "medium"));
Note:
See TracChangeset
for help on using the changeset viewer.