From 8aa6487b4bb7fc0234f546b608863b3b7d38673c Mon Sep 17 00:00:00 2001
From: AnHardt <github@kitelab.de>
Date: Thu, 29 Jan 2015 13:12:55 +0100
Subject: [PATCH] MSG_ENDSTOP_ABORT = 'Endstop abort' > 'Endstop Abbr. Ein'

---
 Marlin/language_de.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/language_de.h b/Marlin/language_de.h
index 0d2b891329..c1b1087c74 100644
--- a/Marlin/language_de.h
+++ b/Marlin/language_de.h
@@ -116,7 +116,7 @@
 #define MSG_BABYSTEP_X                      "Babystep X"
 #define MSG_BABYSTEP_Y                      "Babystep Y"
 #define MSG_BABYSTEP_Z                      "Babystep Z"
-#define MSG_ENDSTOP_ABORT                   "Endstop abort"
+#define MSG_ENDSTOP_ABORT                   "Endstop Abbr. Ein"
 
 #ifdef DELTA_CALIBRATION_MENU
     #define MSG_DELTA_CALIBRATE             "Delta Calibration"