Index: /trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.cpp	(revision 73136)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.cpp	(revision 73137)
@@ -27,4 +27,5 @@
 
 /* GUI includes: */
+# include "QIRichTextLabel.h"
 # include "QITreeView.h"
 # include "UIApplianceImportEditorWidget.h"
@@ -70,6 +71,5 @@
 void UIApplianceImportEditorWidget::prepareWidgets()
 {
-
-    m_pPathSelectorLabel = new QLabel(this);
+    m_pPathSelectorLabel = new QIRichTextLabel(this);
     if (m_pPathSelectorLabel)
     {
@@ -95,4 +95,5 @@
         m_pImportHDsAsVDI->setCheckState(Qt::Checked);
     }
+
     retranslateUi();
 }
@@ -248,7 +249,6 @@
     UIApplianceEditorWidget::retranslateUi();
     if (m_pPathSelectorLabel)
-        m_pPathSelectorLabel->setText(UIWizardImportApp::tr("You can modify the base folder which will host "
-                                                            "all the virtual machines. Virtual home folders "
-                                                            "can also be individually modified."));
+        m_pPathSelectorLabel->setText(UIWizardImportApp::tr("You can modify the base folder which will host all the virtual machines.\n"
+                                                            "Home folders can also be individually (per virtual machine)  modified."));
     if (m_pCheckBoxReinitMACs)
     {
Index: /trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.h	(revision 73136)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceImportEditorWidget.h	(revision 73137)
@@ -24,4 +24,5 @@
 /* Forward declarations: */
 class UIFilePathSelector;
+class QIRichTextLabel;
 
 class UIApplianceImportEditorWidget: public UIApplianceEditorWidget
@@ -49,5 +50,5 @@
 
     void      prepareWidgets();
-    QLabel    *m_pPathSelectorLabel;
+    QIRichTextLabel    *m_pPathSelectorLabel;
     UIFilePathSelector *m_pPathSelector;
 
