better grammar

This commit is contained in:
meleu 2017-11-22 22:34:48 -02:00 committed by GitHub
parent 8e0ee72283
commit 4318a43ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2853,7 +2853,7 @@ static int cheevos_iterate(coro_t* coro)
runloop_msg_queue_push(msg, 0, 6 * 60, false);
}
else
runloop_msg_queue_push("This game doesn't have any achievement.", 0, 5 * 60, false);
runloop_msg_queue_push("This game has no achievements.", 0, 5 * 60, false);
}