Changeset 34070 in vbox
- Timestamp:
- Nov 15, 2010 3:33:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp
r34068 r34070 636 636 message(pParent ? pParent : mainWindowShown(), 637 637 Error, 638 tr("Failed to open avirtual machine located in %1.")638 tr("Failed to open virtual machine located in %1.") 639 639 .arg(strMachinePath), 640 640 formatErrorInfo(vbox)); … … 645 645 message(pParent ? pParent : mainWindowShown(), 646 646 Error, 647 tr("Failed to add avirtual machine <b>%1</b> located in <i>%2</i> because its already present.")647 tr("Failed to add virtual machine <b>%1</b> located in <i>%2</i> because its already present.") 648 648 .arg(strMachineName).arg(strMachinePath)); 649 649 }
Note:
See TracChangeset
for help on using the changeset viewer.