From 58f328b9af50d66bf8d1be1b19e6059f706ef226 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Sat, 27 Dec 2014 22:22:28 +0100 Subject: ZVISION: Slightly clarify font error message --- engines/zvision/zvision.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/zvision/zvision.cpp b/engines/zvision/zvision.cpp index 0d06f3ce90..88cc1e2fea 100644 --- a/engines/zvision/zvision.cpp +++ b/engines/zvision/zvision.cpp @@ -258,12 +258,12 @@ Common::Error ZVision::run() { if (!Common::File::exists("arial.ttf") && !Common::File::exists("FreeSans.ttf")) { GUI::MessageDialog dialog( "Before playing this game, you'll need to copy the required " - "fonts in ScummVM's extras directory, or the game directory. " + "fonts into ScummVM's extras directory, or into the game directory. " "On Windows, you'll need the following font files from the Windows " "font directory: Times New Roman, Century Schoolbook, Garamond, " "Courier New and Arial. Alternatively, you can download the GNU " "FreeFont package. You'll need all the fonts from that package, " - "i.e. FreeMono, FreeSans and FreeSerif." + "i.e., FreeMono, FreeSans and FreeSerif." ); dialog.runModal(); quitGame(); -- cgit v1.2.3