From c69017efad5c01b93a177efea659c20a6a2c20a3 Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Thu, 23 Feb 2012 12:04:51 +0100 Subject: [PATCH] fix wording in about state --- src/about.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/about.c b/src/about.c index 523546d..8550fc1 100644 --- a/src/about.c +++ b/src/about.c @@ -89,8 +89,8 @@ void About_Preload(struct Game *game) { draw_text("For more information, see the file"); draw_text("named COPYING."); draw_text(""); - draw_text("Super Derpy: Muffin Attack is"); - draw_text("a fan-game, with no-profit intended."); + draw_text("Super Derpy: Muffin Attack is a"); + draw_text("fan-made game with no profit intended."); draw_text("Its author is unpaid volunteer and"); draw_text("doesn't receive any economical profit"); draw_text("from it.");