diff --git a/Train/TwoTrainsMA.json b/Train/TwoTrainsMA.json
index 610b0ef50ed09edb09cf9fafd10e680c210ced1f..3b700e28a70981b3beac5fec9f244be3965e84b1 100644
--- a/Train/TwoTrainsMA.json
+++ b/Train/TwoTrainsMA.json
@@ -41,7 +41,12 @@
 	  "repeat": ["tr1","tr2"],
       "id":"train_info_text_%0",
       "attr":"text",
-      "value":"\"Train %0 is at \" ^ TO_STRING(train_rear_end(%0)) ^ \"..\" ^ TO_STRING(train_front_end(%0)) ^ IF %0:dom(train_ma) THEN  \" with MA until \" ^ TO_STRING(train_ma(%0)) ELSE \" and has no MA\" END",
+      "value":"\"Train %0 is at \" ^ 
+      TO_STRING(train_rear_end(%0)) ^ \"..\" ^ 
+      TO_STRING(train_front_end(%0)) ^ 
+      IF %0:dom(train_ma) THEN 
+       \" with MA until \" ^ TO_STRING(train_ma(%0)) 
+       ELSE \" and has no MA\" END",
       "comment":"adapt info field of train"
     },