Changeset 18392 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 27, 2009 1:31:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxImportApplianceWzd.cpp
r18384 r18392 74 74 mName = aName; 75 75 mText = aText; 76 mCaption->setText (tr ("<b>T o continue importing the Appliance you must agree to the terms of the software license agreement for the Virtual System \"%1\".</b><br /><br />Click <b>Agree</b> to continue or click <b>Disagree</b> to cancel the import.").arg (mName));76 mCaption->setText (tr ("<b>The virtual system \"%1\" requires that you agree to the terms and conditions of the software license agreement shown below.</b><br /><br />Click <b>Agree</b> to continue or click <b>Disagree</b> to cancel the import.").arg (mName)); 77 77 mLicenseText->setText (mText); 78 78
Note:
See TracChangeset
for help on using the changeset viewer.