The extra 's' on the end of the title on the /stream page is annoying. If I want the 's', I'll just name it that way.
Simple patch:
http://lug.wsu.edu/~ben/drupal_activitystream_remove_extra_s__D6.patch
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | activitystream_320102_remove_s_from_titles.patch | 3.8 KB | eojthebrave |
Comments
Comment #1
akalsey commentedThe patch should also change the default text to include the "s" then. That would ensure that people who have not changed the defaults continue to get the exact same behavior.
Comment #2
eojthebraveHere's a patch that changes the defaults as well. It is probably worth noting that with this patch your title is whatever you type into the settings field, and will always be either pluralized or not. Not sure if this is really an issue or not, but it seems like there is potential to want it pluralized in some places and not others. Thoughts?
Comment #3
akalsey commentedRevisiting this. The intent here is that if you're showing one user you're showing an "Activity Stream" but if you're showing all users, you're showing plural streams. I'm going to leave it as is unless someone can come up with a better way to handle the plural case.