From 3392e7d56747f983bb8a9b1f6a631f12becde15c Mon Sep 17 00:00:00 2001 From: grinvader <> Date: Wed, 15 Dec 2004 10:53:22 +0000 Subject: [PATCH] Small fix in about box. --- zsnes/src/gui/guiwindp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/gui/guiwindp.inc b/zsnes/src/gui/guiwindp.inc index 9604cc45..4fa1ad0d 100644 --- a/zsnes/src/gui/guiwindp.inc +++ b/zsnes/src/gui/guiwindp.inc @@ -5362,7 +5362,7 @@ GUIGUIAboutTextF db 'read ',39,'LICENSE.TXT',39,0 %else GUIGUIAboutTextF db 'read ',39,'LICENSE',39,0 %endif -GUIGUIAboutTextG db 'thoroughly before using it.',0 +GUIGUIAboutTextG db 'thoroughly before doing so.',0 SECTION .text