ALL: synced with ScummVM

This commit is contained in:
Pawel Kolodziejski 2014-08-18 05:21:52 +02:00
parent e76e3f3b3d
commit 1a07a23294
17 changed files with 260 additions and 43 deletions

View file

@ -122,7 +122,7 @@ bool cleanupPirated(ADGameDescList &matched) {
// We ruled out all variants and now have nothing
if (matched.empty()) {
warning("Illegitimate game copy detected. We give no support in such cases %d", matched.size());
warning("Illegitimate game copy detected. We provide no support in such cases");
return true;
}
}