Changeset 18305 in vbox
- Timestamp:
- Mar 26, 2009 11:29:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r18299 r18305 319 319 return askForOverridingFileIfExists (existingFiles.at (0), aParent); 320 320 else if (existingFiles.size() > 1) 321 return messageYesNo (aParent, Question, tr ("The following files exists already:<br /><br />%1<br /><br />Are you sure you want to replace them? Replacing them will overwrite the recontents.").arg (existingFiles.join ("<br />")));321 return messageYesNo (aParent, Question, tr ("The following files exists already:<br /><br />%1<br /><br />Are you sure you want to replace them? Replacing them will overwrite their contents.").arg (existingFiles.join ("<br />"))); 322 322 else 323 323 return true;
Note:
See TracChangeset
for help on using the changeset viewer.

