This function is a helper for pluralizing strings.
The quantity of the string you want to pluralize
The singular version of the string
Optional
The change to the string that should occur if the quantity is not equal to 1. Defaults to adding an 's'.
This function is a helper for pluralizing strings.