- Timestamp:
- Jul 13, 2011 12:46:11 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72822
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp
r37901 r37916 2982 2982 message(pParent ? pParent : mainMachineWindowShown(), Warning, 2983 2983 tr("<p>USB 2.0 is currently enabled for this virtual machine. " 2984 "However this requires the <b><nobr>%1</nobr></b> to be installed.</p>"2984 "However, this requires the <b><nobr>%1</nobr></b> to be installed.</p>" 2985 2985 "<p>Please install the Extension Pack from the VirtualBox download site. " 2986 2986 "After this you will be able to re-enable USB 2.0. " -
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsUSB.cpp
r37764 r37916 472 472 { 473 473 strWarningText = tr("USB 2.0 is currently enabled for this virtual machine. " 474 "However this requires the <b>%1</b> to be installed. "474 "However, this requires the <b>%1</b> to be installed. " 475 475 "Please install the Extension Pack from the VirtualBox download site. " 476 476 "After this you will be able to re-enable USB 2.0. "
Note:
See TracChangeset
for help on using the changeset viewer.