Index: /trunk/src/VBox/Main/ConsoleImpl2.cpp
===================================================================
--- /trunk/src/VBox/Main/ConsoleImpl2.cpp	(revision 29345)
+++ /trunk/src/VBox/Main/ConsoleImpl2.cpp	(revision 29346)
@@ -2446,6 +2446,7 @@
                                            0,
                                            "DvdOrFloppyImageInaccessible",
-                                           "The medium '%ls' is inaccessible and is being ignored. You may want to fix the media attachments in the virtual machine settings",
-                                           loc.raw());
+                                           "The image file '%ls' is inaccessible and is being ignored. Please select a different image file for the virtual %s drive.",
+                                           loc.raw(),
+                                           (enmType == DeviceType_DVD) ? "DVD" : "floppy");
                 pMedium = NULL;
             }
