diff options
author | Willem Jan Palenstijn | 2014-12-27 22:22:28 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2014-12-27 22:23:05 +0100 |
commit | 58f328b9af50d66bf8d1be1b19e6059f706ef226 (patch) | |
tree | c3d47fe4239662f2d9fa3424af28f4aff66765d6 /engines/zvision | |
parent | 99fabffde0c8f88d02bba341cd9d504483b86409 (diff) | |
download | scummvm-rg350-58f328b9af50d66bf8d1be1b19e6059f706ef226.tar.gz scummvm-rg350-58f328b9af50d66bf8d1be1b19e6059f706ef226.tar.bz2 scummvm-rg350-58f328b9af50d66bf8d1be1b19e6059f706ef226.zip |
ZVISION: Slightly clarify font error message
Diffstat (limited to 'engines/zvision')
-rw-r--r-- | engines/zvision/zvision.cpp | 4 |
1 files 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(); |