diff options
author | Matthew Hoops | 2011-04-02 11:09:22 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-04-02 11:09:22 -0400 |
commit | fdb01b0ea9f9e13572d113bd48cf8f6aaccf52b6 (patch) | |
tree | 706adfc5e336ec2874ae3d9fb57fa56a3b9c92ac /engines | |
parent | e7165a23b4f588962afa4d4f0db265612eaa6100 (diff) | |
download | scummvm-rg350-fdb01b0ea9f9e13572d113bd48cf8f6aaccf52b6.tar.gz scummvm-rg350-fdb01b0ea9f9e13572d113bd48cf8f6aaccf52b6.tar.bz2 scummvm-rg350-fdb01b0ea9f9e13572d113bd48cf8f6aaccf52b6.zip |
MOHAWK: Minor grammar fix
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."); |