VirtualBox

Changeset 12300 in vbox


Ignore:
Timestamp:
Sep 9, 2008 3:07:21 PM (16 years ago)
Author:
vboxsync
Message:

Devices and VMM: cosmetics: removed full stops at the end of VMSetRuntimeError() messages

Location:
trunk/src/VBox
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevIchAc97.cpp

    r11284 r12300  
    16821682        PDMDevHlpVMSetRuntimeError (pDevIns, false, "HostAudioNotResponding",
    16831683            N_ ("No audio devices could be opened. Selecting the NULL audio backend "
    1684                 "with the consequence that no sound is audible."));
     1684                "with the consequence that no sound is audible"));
    16851685    }
    16861686#ifndef RT_OS_DARWIN
     
    17001700                "output or depending on audio input may hang. Make sure your host audio device "
    17011701                "is working properly. Check the logfile for error messages of the audio "
    1702                 "subsystem."), szMissingVoices);
     1702                "subsystem"), szMissingVoices);
    17031703    }
    17041704#endif
  • trunk/src/VBox/Devices/Audio/DevSB16.cpp

    r11284 r12300  
    18371837        PDMDevHlpVMSetRuntimeError(pDevIns, false, "HostAudioNotResponding",
    18381838            N_("No audio devices could be opened. Selecting the NULL audio backend "
    1839                "with the consequence that no sound is audible."));
     1839               "with the consequence that no sound is audible"));
    18401840    }
    18411841    return VINF_SUCCESS;
  • trunk/src/VBox/Devices/Serial/DrvHostSerial.cpp

    r11451 r12300  
    879879    if (rc < 0)
    880880        PDMDrvHlpVMSetRuntimeError(pDrvIns, false, "DrvHostSerialFail",
    881                                     N_("Suspending serial monitor thread failed for serial device '%s' (%Vrc). The shutdown may take extremly long."),
     881                                    N_("Suspending serial monitor thread failed for serial device '%s' (%Vrc). The shutdown may take extremly long"),
    882882                                    pThis->pszDevicePath, RTErrConvertFromErrno(errno));
    883883
     
    885885    if (rc < 0)
    886886        PDMDrvHlpVMSetRuntimeError(pDrvIns, false, "DrvHostSerialFail",
    887                                     N_("Suspending serial monitor thread failed for serial device '%s' (%Vrc). The shutdown may take extremly long."),
     887                                    N_("Suspending serial monitor thread failed for serial device '%s' (%Vrc). The shutdown may take extremly long"),
    888888                                    pThis->pszDevicePath, RTErrConvertFromErrno(rc));
    889889
  • trunk/src/VBox/VMM/PGM.cpp

    r11997 r12300  
    33403340
    33413341                VMSetRuntimeError(pVM, true, "PAEmode",
    3342                                   N_("The guest is trying to switch to the PAE mode which is currently disabled by default in VirtualBox. Experimental PAE support can be enabled using the -pae option with VBoxManage."));
     3342                                  N_("The guest is trying to switch to the PAE mode which is currently disabled by default in VirtualBox. Experimental PAE support can be enabled using the -pae option with VBoxManage"));
    33433343                /* we must return TRUE here otherwise the recompiler will assert */
    33443344                return VINF_SUCCESS;
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r11299 r12300  
    20242024        AssertRC(rc);
    20252025
    2026         VMSetRuntimeError(pVM, false, "HostMemoryLow", "Unable to allocate and lock memory. The virtual machine will be paused. Please close applications to free up memory or close the VM.");
     2026        VMSetRuntimeError(pVM, false, "HostMemoryLow", "Unable to allocate and lock memory. The virtual machine will be paused. Please close applications to free up memory or close the VM");
    20272027
    20282028        /* Wait for resume event; will only return in that case. If the VM is stopped, the EMT thread will be destroyed. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette