The usability and accessibility of the subscription options could be a bit better.

For example, the taxonomy ones are like:
To content in %term

Whereas the label would make more sense on its own if it were:
Subscribe to content in %term

It's minor but it makes things nicer for the user.

Comments

rooby’s picture

Status: Active » Needs review
StatusFileSize
new2.52 KB

Here is a patch, let me know if you agree.

salvis’s picture

Status: Needs review » Closed (won't fix)

I don't disagree completely, but there are other considerations:
1. Changing strings at this point in the release cycle should be done only if absolutely necessary, because it breaks all translations.
2. The reason for making the strings shorter is to keeping them from wrapping (when the placeholders get long, when they're translated to longer languages).
3. The Word "Subscribe" is at the top of the fieldset and "To whatever" flows quite naturally.
4. You can easily translate them yourself in settings.php.

salvis’s picture

rooby’s picture

I definitely agree with point 1.

Happy to keep overriding on a site by site basis.