From a9d7ab9530616f165c5407914fbff27987b23946 Mon Sep 17 00:00:00 2001
From: Michael Neumann <michael@neumel.de>
Date: Fri, 23 Jan 2015 21:05:27 +0100
Subject: [PATCH] Update ConfigurationStore.cpp

Done
---
 Marlin/ConfigurationStore.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/ConfigurationStore.cpp b/Marlin/ConfigurationStore.cpp
index 36d405e226..7c7c9cff15 100644
--- a/Marlin/ConfigurationStore.cpp
+++ b/Marlin/ConfigurationStore.cpp
@@ -288,7 +288,7 @@ SERIAL_ECHOLNPGM("Scaling factors:");
 #endif//FWRETRACT
 #ifdef CUSTOM_M_CODES
   SERIAL_ECHO_START;
-  SERIAL_ECHOLNPGM("Z-Probe Offset");
+  SERIAL_ECHOLNPGM("Z-Probe Offset (mm):");
   SERIAL_ECHO_START;
   SERIAL_ECHO("   M");
   SERIAL_ECHO(CUSTOM_M_CODE_SET_Z_PROBE_OFFSET);