diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mohawk/livingbooks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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."); |