diff --git a/RPI-Matrix.cs b/RPI-Matrix.cs index f43452d..2dcabed 100644 --- a/RPI-Matrix.cs +++ b/RPI-Matrix.cs @@ -54,7 +54,7 @@ namespace RPI_Matrix { canvas.DrawText(font, 0, 54, col, " ) SnakeGame"); canvas.DrawText(font, 0, 72, col, " ) FlappyBird"); canvas.DrawText(font, 0, 90, col, " ) Tetris"); - canvas.DrawText(font, 0, 126, col, " ) Einstell."); + canvas.DrawText(font, 0, 126, col, " ) Einstellungen"); canvas.DrawText(font, 0, 144, col, " ) Beenden"); // Cursor is a '#' at (0, 24 + i * 8) where i may be [0, 1, 2, 3, 5] int nx = selectionIndex + ((selectionIndex >= 3) ? 1 : 0);