Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp	(revision 87850)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp	(revision 87851)
@@ -568,4 +568,5 @@
     do \
     { \
+        Assert(a_pszHuman[strlen(a_pszHuman) - 1] == ':'); \
         if (details == VMINFO_MACHINEREADABLE) \
             outputMachineReadableString(a_pszMachine, a_fValue ? "on" : "off"); \
@@ -580,4 +581,5 @@
     do \
     { \
+        Assert(a_pszHuman[strlen(a_pszHuman) - 1] == ':'); \
         if (details == VMINFO_MACHINEREADABLE) \
             RTPrintf("%s=%u\n", a_pszMachine, a_uValue); \
@@ -589,4 +591,5 @@
     do \
     { \
+        Assert(a_pszHuman[strlen(a_pszHuman) - 1] == ':'); \
         if (details == VMINFO_MACHINEREADABLE) \
             RTPrintf("%s=%lld\n", a_pszMachine, a_llValue); \
@@ -601,4 +604,5 @@
     do \
     { \
+        Assert(a_pszHuman[strlen(a_pszHuman) - 1] == ':'); \
         BOOL f; \
         CHECK_ERROR2I_RET(a_pObj, COMGETTER(a_Prop)(&f), hrcCheck); \
@@ -612,4 +616,5 @@
     do \
     { \
+        Assert(a_pszHuman[strlen(a_pszHuman) - 1] == ':'); \
         BOOL f; \
         CHECK_ERROR2I_RET(a_pObj, a_Invocation, hrcCheck); \
@@ -623,4 +628,5 @@
     do \
     { \
+        Assert(a_pszHuman[strlen(a_pszHuman) - 1] == ':'); \
         Bstr bstr; \
         CHECK_ERROR2I_RET(a_pObj, COMGETTER(a_Prop)(bstr.asOutParam()), hrcCheck); \
@@ -634,4 +640,5 @@
     do \
     { \
+        Assert(a_pszHuman[strlen(a_pszHuman) - 1] == ':'); \
         Bstr bstr; \
         CHECK_ERROR2I_RET(a_pObj, COMGETTER(a_Prop)(bstr.asOutParam()), hrcCheck); \
@@ -650,4 +657,5 @@
     do \
     { \
+        Assert(a_pszHuman[strlen(a_pszHuman) - 1] == ':'); \
         Bstr bstr; \
         CHECK_ERROR2I_RET(a_pObj, COMGETTER(a_Prop)(bstr.asOutParam()), hrcCheck); \
@@ -664,4 +672,5 @@
     do \
     { \
+        Assert(a_pszHuman[strlen(a_pszHuman) - 1] == ':'); \
         SafeArray<BSTR> array; \
         CHECK_ERROR2I_RET(a_pObj, COMGETTER(a_Prop)(ComSafeArrayAsOutParam(array)), hrcCheck); \
@@ -686,4 +695,5 @@
     do \
     { \
+        Assert(a_pszHuman[strlen(a_pszHuman) - 1] == ':'); \
         USHORT u16 = 0; \
         CHECK_ERROR2I_RET(a_pObj, COMGETTER(a_Prop)(&u16), hrcCheck); \
@@ -697,4 +707,5 @@
     do \
     { \
+        Assert(a_pszHuman[strlen(a_pszHuman) - 1] == ':'); \
         ULONG u32 = 0; \
         CHECK_ERROR2I_RET(a_pObj, COMGETTER(a_Prop)(&u32), hrcCheck); \
@@ -708,4 +719,5 @@
     do \
     { \
+        Assert(a_pszHuman[strlen(a_pszHuman) - 1] == ':'); \
         LONG64 i64 = 0; \
         CHECK_ERROR2I_RET(a_pObj, COMGETTER(a_Prop)(&i64), hrcCheck); \
@@ -788,12 +800,12 @@
     SHOW_STRING_PROP(      machine, LogFolder,                  "LogFldr",              "Log folder:");
     SHOW_UUID_PROP(        machine, HardwareUUID,               "hardwareuuid",         "Hardware UUID:");
-    SHOW_ULONG_PROP(       machine, MemorySize,                 "memory",               "Memory size",      "MB");
+    SHOW_ULONG_PROP(       machine, MemorySize,                 "memory",               "Memory size:",     "MB");
     SHOW_BOOLEAN_PROP(     machine, PageFusionEnabled,          "pagefusion",           "Page Fusion:");
     ComPtr<IGraphicsAdapter> pGraphicsAdapter;
     machine->COMGETTER(GraphicsAdapter)(pGraphicsAdapter.asOutParam());
-    SHOW_ULONG_PROP(pGraphicsAdapter, VRAMSize,                 "vram",                 "VRAM size:",        "MB");
-    SHOW_ULONG_PROP(       machine, CPUExecutionCap,            "cpuexecutioncap",      "CPU exec cap:",     "%");
+    SHOW_ULONG_PROP(pGraphicsAdapter, VRAMSize,                 "vram",                 "VRAM size:",       "MB");
+    SHOW_ULONG_PROP(       machine, CPUExecutionCap,            "cpuexecutioncap",      "CPU exec cap:",    "%");
     SHOW_BOOLEAN_PROP(     machine, HPETEnabled,                "hpet",                 "HPET:");
-    SHOW_STRING_PROP_MAJ(  machine, CPUProfile,                 "cpu-profile",          "CPUProfile:",       "host", 6);
+    SHOW_STRING_PROP_MAJ(  machine, CPUProfile,                 "cpu-profile",          "CPUProfile:",      "host", 6);
 
     ChipsetType_T chipsetType;
