Changeset 38336 in vbox
- Timestamp:
- Aug 8, 2011 9:02:14 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r38311 r38336 2177 2177 QFileInfo fi(strFolderName); 2178 2178 message(pParent ? pParent : mainWindowShown(), Critical, 2179 tr("<p>Cannot create the machine folder <b>%1</b> in the p Parent folder <nobr><b>%2</b>.</nobr></p>"2180 "<p>Please check that the p Parent really exists and that you have permissions to create the machine folder.</p>")2179 tr("<p>Cannot create the machine folder <b>%1</b> in the parent folder <nobr><b>%2</b>.</nobr></p>" 2180 "<p>Please check that the parent really exists and that you have permissions to create the machine folder.</p>") 2181 2181 .arg(fi.fileName()).arg(fi.absolutePath())); 2182 2182 } … … 2533 2533 type = Critical; 2534 2534 severity = tr("<nobr>Fatal Error</nobr>", "runtime error info"); 2535 autoConfimId += "f Fatal.";2535 autoConfimId += "fatal."; 2536 2536 } 2537 2537 else if (state == KMachineState_Paused) … … 2574 2574 { 2575 2575 rc = message(mainMachineWindowShown(), type, 2576 tr("<p>A f Fatal error has occurred during virtual machine execution! "2576 tr("<p>A fatal error has occurred during virtual machine execution! " 2577 2577 "The virtual machine will be powered off. Please copy the " 2578 2578 "following error message using the clipboard to help diagnose "
Note:
See TracChangeset
for help on using the changeset viewer.