Index: /trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.cpp	(revision 78259)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/UIWizardImportAppPageBasic2.cpp	(revision 78260)
@@ -100,9 +100,18 @@
     setTitle(UIWizardImportApp::tr("Appliance settings"));
 
-    /* Translate widgets: */
-    m_pLabel->setText(UIWizardImportApp::tr("These are the virtual machines contained in the appliance "
-                                            "and the suggested settings of the imported VirtualBox machines. "
-                                            "You can change many of the properties shown by double-clicking "
-                                            "on the items and disable others using the check boxes below."));
+    /* Translate the description label: */
+    const bool fIsSourceCloudOne = field("isSourceCloudOne").toBool();
+    if (fIsSourceCloudOne)
+        m_pLabel->setText(UIWizardImportApp::tr("These are the the suggested settings of the cloud VM import "
+                                                "procedure, they are influencing the resulting local VM instance. "
+                                                "You can change many of the properties shown by double-clicking "
+                                                "on the items and disable others using the check boxes below."));
+    else
+        m_pLabel->setText(UIWizardImportApp::tr("These are the virtual machines contained in the appliance "
+                                                "and the suggested settings of the imported VirtualBox machines. "
+                                                "You can change many of the properties shown by double-clicking "
+                                                "on the items and disable others using the check boxes below."));
+
+    /* Translate the certificate label: */
     switch (m_enmCertText)
     {
