Index: /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp	(revision 33702)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxProblemReporter.cpp	(revision 33703)
@@ -2339,8 +2339,8 @@
     return messageOkCancel(mainWindowShown(), Warning,
         tr("<p>The virtual machine(s) <b>%1</b> are currently in a saved state.</p>"
-           "<p>If you "
-           "continue the runtime state of the exported machine(s) will be "
-           "discarded. Note that the existing machine(s) are not "
-           "changed.</p>", "", machineNames.size()).arg(VBoxGlobal::toHumanReadableList(machineNames)),
+           "<p>If you continue the runtime state of the exported machine(s) "
+           "will be discarded. Note that the existing machine(s) are not "
+           "changed.</p>", "",
+           machineNames.size()).arg(VBoxGlobal::toHumanReadableList(machineNames)),
         0 /* aAutoConfirmId */,
         tr("Continue"), tr("Cancel"));
Index: /trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp	(revision 33702)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIExportApplianceWzd.cpp	(revision 33703)
@@ -163,5 +163,5 @@
 bool UIExportApplianceWzdPage1::validatePage()
 {
-    /* Ask user about disk-less machine */
+    /* Ask user machines which are in save state currently. */
     QStringList savedMachines;
     QList<QListWidgetItem*> pItems = m_pVMSelector->selectedItems();
