What kind of status messages can be shown to the user on a search, involving active users.
msg.no.users=There are no active users.
msg.many.users=There are {0} active users.
msg.one.user=There is one active user.
We currently show 3 different messages, as shown above. We have been thinking of removing msg.one.user and modifying the msg.many.users as follows.
There are 1 active user(s).
There are 2 active user(s).
Which one conveys the message to the end user in a better fashion? What would be your preference