Changeset 4740 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 12, 2007 4:24:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp
r4572 r4740 455 455 message 456 456 (0, VBoxProblemReporter::Error, 457 tr ("Failed to find any license filein "458 "<nobr><b>%1</b></nobr> path.")457 tr ("Failed to find license files in " 458 "<nobr><b>%1</b></nobr>.") 459 459 .arg (aPath)); 460 460 } … … 465 465 message 466 466 (aParent, VBoxProblemReporter::Error, 467 tr ("Failed to open license file <nobr><b>%1</b></nobr>. "468 "Check the file presence and read-permissions.")467 tr ("Failed to open the license file <nobr><b>%1</b></nobr>. " 468 "Check file permissions.") 469 469 .arg (aPath)); 470 470 }
Note:
See TracChangeset
for help on using the changeset viewer.