VirtualBox

Changeset 4117 in vbox


Ignore:
Timestamp:
Aug 10, 2007 3:04:22 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23582
Message:

Removed trailing dots and \n from error messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VM.cpp

    r4086 r4117  
    259259                        pszError = N_("VirtualBox can't operate in VMX root mode. "
    260260                                              "Please disable the KVM kernel extension, recompile "
    261                                       "your kernel and reboot. ");
     261                                      "your kernel and reboot");
    262262#else
    263                         pszError = N_("VirtualBox can't operate in VMX root mode.");
     263                        pszError = N_("VirtualBox can't operate in VMX root mode");
    264264#endif
    265265                        break;
     
    292292            rc = VERR_NO_MEMORY;
    293293            vmR3CallVMAtError(pfnVMAtError, pvUserVM, rc, RT_SRC_POS,
    294                               N_("Failed to allocate %d bytes of contiguous memory for the VM structure!\n"),
     294                              N_("Failed to allocate %d bytes of contiguous memory for the VM structure"),
    295295                              RT_ALIGN(sizeof(*pVM), PAGE_SIZE));
    296296            AssertMsgFailed(("Failed to allocate %d bytes of contiguous memory for the VM structure!\n", RT_ALIGN(sizeof(*pVM), PAGE_SIZE)));
Note: See TracChangeset for help on using the changeset viewer.

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