Index: /trunk/src/VBox/Main/ApplianceImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/ApplianceImpl.cpp	(revision 24047)
+++ /trunk/src/VBox/Main/ApplianceImpl.cpp	(revision 24048)
@@ -1510,5 +1510,5 @@
                                    hdcVBox.c_str());
 
-                rc = pNewMachine->AddStorageController(Bstr("SCSI"), StorageBus_SCSI, pController.asOutParam());
+                rc = pNewMachine->AddStorageController(Bstr("SCSI Controller"), StorageBus_SCSI, pController.asOutParam());
                 if (FAILED(rc)) throw rc;
                 rc = pController->COMSETTER(ControllerType)(controllerType);
