[Scummvm-cvs-logs] scummvm master -> 58f328b9af50d66bf8d1be1b19e6059f706ef226
wjp
wjp at usecode.org
Sat Dec 27 22:25:08 CET 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
58f328b9af ZVISION: Slightly clarify font error message
Commit: 58f328b9af50d66bf8d1be1b19e6059f706ef226
https://github.com/scummvm/scummvm/commit/58f328b9af50d66bf8d1be1b19e6059f706ef226
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2014-12-27T22:23:05+01:00
Commit Message:
ZVISION: Slightly clarify font error message
Changed paths:
engines/zvision/zvision.cpp
diff --git a/engines/zvision/zvision.cpp b/engines/zvision/zvision.cpp
index 0d06f3c..88cc1e2 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();
More information about the Scummvm-git-logs
mailing list