Changeset 65290 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 13, 2017 5:19:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMessageCenter.cpp
r65269 r65290 2172 2172 "from <nobr><a href=\"%1\">%1</a></nobr> " 2173 2173 "and saved locally as <nobr><b>%2</b>, </nobr>" 2174 "but SHA-256 checksum verification failed.</p>"2174 "but the SHA-256 checksum verification failed.</p>" 2175 2175 "<p>Please do the download, installation and verification manually.</p>") 2176 2176 .arg(strUrl, strSrc)); … … 2272 2272 "from <nobr><a href=\"%2\">%2</a></nobr> " 2273 2273 "and saved locally as <nobr><b>%3</b>, </nobr>" 2274 "but SHA-256 checksum verification failed.</p>"2274 "but the SHA-256 checksum verification failed.</p>" 2275 2275 "<p>Please do the download, installation and verification manually.</p>") 2276 2276 .arg(strExtPackName, strFrom, strTo));
Note:
See TracChangeset
for help on using the changeset viewer.