Index: /trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/DevIchAc97.cpp	(revision 431)
+++ /trunk/src/VBox/Devices/Audio/DevIchAc97.cpp	(revision 432)
@@ -1693,8 +1693,8 @@
     if (!pData->ac97.voice_pi || !pData->ac97.voice_po || !pData->ac97.voice_mc)
         VMSetRuntimeError(PDMDevHlpGetVM(pDevIns), false,
+                          "HostAudioNotResponding",
                           N_("Some audio devices could not be opened. Guest applications "
                              "generating audio output or depending on audio input may hang. "
-                             "Make sure your host audio device is working properly."),
-                          "HostAudioNotResponding");
+                             "Make sure your host audio device is working properly."));
 
     return VINF_SUCCESS;
