In "Please add more X and Y to continue", should X and Y be alphabetical order?
Imagine I have an app, which has some limited functions unlocked by coins and bonus points. If the user doesn't have enough of either one, some error messages may appear:
Please add more coins to continue
Please add more bonus points to continue
My question is if a user doesn't have enough of both, which message is preferable:
1. Please add more bonus points and coins to continue
2. Please add more coins and bonus points to continue
Is it true that 1 is preferred because X, Y should be in alphabetical order? Or does the order of X and Y solely depend on use case instead of alphabetical order?