Index: /trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp	(revision 73158)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.cpp	(revision 73159)
@@ -478,19 +478,17 @@
         }
 
-        /* Warn user about possible performance degradation and suggest lowering # of CPU assigned to the VM instead : */
+        /* Warn user about possible performance degradation and suggest lowering # of CPUs assigned to the VM instead: */
         if (m_pSliderCPUExecCap->value() < 100)
         {
-            if(m_uMaxGuestCPU > 1 && m_pSliderCPUCount->value() > 1)
+            if (m_uMaxGuestCPU > 1 && m_pSliderCPUCount->value() > 1)
             {
-                message.second << tr("Please consider lowering the number of CPUs assigned to the virtual machine rather"
-                                     " than setting the processor execution cap.");
+                message.second << tr("Please consider lowering the number of CPUs assigned to the virtual machine rather "
+                                     "than setting the processor execution cap.");
             }
             else if (m_uMaxGuestCPU > 1)
             {
                 message.second << tr("Lowering the processor execution cap may result in a decline in performance.");
-
             }
         }
-    }
 
         /* Serialize message: */
