diff --git a/xtrn/life/life.js b/xtrn/life/life.js
index 8623d693cc3a2e7ac0edbf92c1d5ee0bdc4d7186..4b3dbe5c9aafd8cc045bde28903034e528ab433b 100644
--- a/xtrn/life/life.js
+++ b/xtrn/life/life.js
@@ -192,7 +192,7 @@ function Cells()
 		function StatusLine()
 		{
 			console.gotoxy(1,24);
-			console.putmsg("\1c\1h[\1n\1cArrows\1h]\1n\1c Move \1h[\1n\1cEnter\1h]\1n\1c Place \1h[\1n\1cSpace\1h] \1h[\1n\1cQ\1h] Save \1h[\1n\1cEscape\1h]\1n\1c Exit \1n\1cToggle cell: \1h" + cells[current]);
+			console.putmsg("\1c\1h[\1n\1cArrows\1h]\1n\1c Move \1h[\1n\1cEnter\1h]\1n\1c Place \1h[\1n\1cQ\1h] \1c\1nSave \1h[\1n\1cEscape\1h]\1n\1c Exit \1h[\1n\1cSpace\1h] \1n\1cToggle cell: \1h" + cells[current]);
 		}
 		function Toggle()
 		{