Changeset 23937 in vbox
- Timestamp:
- Oct 21, 2009 2:44:05 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53752
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r23924 r23937 807 807 { 808 808 return messageOkCancel (mainWindowShown(), Question, 809 tr ("<p>Are you sure you w ish to restore the selectedsnapshot <b>%1</b>? "810 "This will also cause you to lose your current machine state.</p>")809 tr ("<p>Are you sure you want to restore snapshot <b>%1</b>? " 810 "This will cause you to lose your current machine state, which cannot be recovered.</p>") 811 811 .arg (aSnapshotName), 812 812 "confirmSnapshotRestoring" /* aAutoConfirmId */,
Note:
See TracChangeset
for help on using the changeset viewer.