From fdb01b0ea9f9e13572d113bd48cf8f6aaccf52b6 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sat, 2 Apr 2011 11:09:22 -0400 Subject: MOHAWK: Minor grammar fix --- engines/mohawk/livingbooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk') diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp index 26bb09a645..e57067f56a 100644 --- a/engines/mohawk/livingbooks.cpp +++ b/engines/mohawk/livingbooks.cpp @@ -117,7 +117,7 @@ Common::Error MohawkEngine_LivingBooks::run() { debug("Starting Living Books Title \'%s\'", _title.c_str()); if (!_copyright.empty()) debug("Copyright: %s", _copyright.c_str()); - debug("This book has %d pages in %d languages.", _numPages, _numLanguages); + debug("This book has %d page(s) in %d language(s).", _numPages, _numLanguages); if (_poetryMode) debug("Running in poetry mode."); -- cgit v1.2.3