From 7541fa0085d049c0f20515b8e07567dd949f8223 Mon Sep 17 00:00:00 2001
From: Sander Schobers <sander@schobers.eu>
Date: Mon, 9 Aug 2021 15:30:06 +0200
Subject: [PATCH] Updated wording a bit.

---
 cmd/tins2021/credits.go | 2 +-
 cmd/tins2021/info.go    | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/cmd/tins2021/credits.go b/cmd/tins2021/credits.go
index 620b38b..144a8e8 100644
--- a/cmd/tins2021/credits.go
+++ b/cmd/tins2021/credits.go
@@ -43,7 +43,7 @@ func newCredits(app *appContext, ctx ui.Context) *credits {
 		" - https://liballeg.org", "",
 		"SDL: another cross-platform development library",
 		" - https://libsdl.org", "",
-		"go-sdl2: an SDL abstraction for Go",
+		"go-sdl2: a SDL abstraction for Go",
 		" - https://github.com/veandco/go-sdl2", "",
 		"Fira Mono: monotype font",
 		"Escheresk: M.C. Escher themed font",
diff --git a/cmd/tins2021/info.go b/cmd/tins2021/info.go
index a548351..8ac7139 100644
--- a/cmd/tins2021/info.go
+++ b/cmd/tins2021/info.go
@@ -9,11 +9,10 @@ import (
 type info struct {
 	ui.StackPanel
 
-	app    *appContext
-	legend *ui.StackPanel
+	app *appContext
 }
 
-const infoText = "Qbitter is a game loosly based on a work \"LW305 Kringloop\" of M.C. Escher where a gnome runs down a stairs and morphs into its 2D abstract shape. The game also lends ideas from Q*Bert, a game from the eighties that was itself based on the works of M.C. Escher. In the game you (represented as a gnome) have to collect stars while trying to avoid enemies (hexagons). Every level has increasing difficulty."
+const infoText = "Qbitter is a game loosly based on the work \"LW305 Kringloop\" of M.C. Escher where a gnome runs down a stairs and morphs into its 2D abstract shape. The game also lends ideas from Q*Bert, a game from the eighties that is based on the works of M.C. Escher. \n\nIn the game you (represented as a gnome) have to collect stars while trying to avoid enemies (hexagons). Every level has increasing difficulty."
 
 type infoLegend struct {
 	ui.ControlBase