Changeset 81401 in vbox
- Timestamp:
- Oct 21, 2019 12:21:41 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134115
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r80215 r81401 2168 2168 else 2169 2169 { 2170 /** @todo r=bird: This is a very annoying message as it refers to invisible text 2171 * below. User have to expand "Details" to see what actually went wrong. 2172 * Probably a good idea to check strErrorId and see if we can come up with better 2173 * messages here, at least for common stuff like DvdOrFloppyImageInaccesssible... */ 2170 2174 error(0, enmType, 2171 tr("<p>The virtual machine execution may run into an error conditionas described below. "2172 "We suggest that you take a n appropriate action to avert the error.</p>"),2175 tr("<p>The virtual machine execution ran into a non-fatal problem as described below. " 2176 "We suggest that you take appropriate action to prevent the problem from recurring.</p>"), 2173 2177 formatted, autoConfimId.data()); 2174 2178 }
Note:
See TracChangeset
for help on using the changeset viewer.