Problem/Motivation
The description of the Media module (as displayed on the Extend page) does not follow the UI text standards. https://www.drupal.org/docs/develop/documenting-your-project/help-text-s...
It should describe what the module does, not what the user can do with it. (That's in the description of the menu link and on the Structure page.)
The description of the Media library has a typo, but can also be improved a bit to use some different wording instead of repeating the word "library" for users who don't have a mental picture what that could mean.
Proposed resolution
Edit the descriptions of the Media and Media library modules.
Remaining tasks
Edit the descriptions of the Media and Media library modules.
User interface changes
This is a UI text change.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2985346-media-modules-descriptions-04.patch | 927 bytes | ifrik |
| #2 | 2985346-media-modules-descriptions-02.patch | 950 bytes | ifrik |
Comments
Comment #2
ifrikMedia module: I've added information about the pre-configured media types, and aligned it with the proposed text for the Node module in #2570985: Update the module descriptions on the Extend page.
Media library: the description of a media reference field uses the word "media list" and refers to "using existing media" so the module description can reflect this wording. Also, users might use a media item for the first time.
Comment #3
marcoscanoThanks @ifrik! I agree these texts could be improved.
The pre-configured media types are only available in the standard profile, they don't come with the module itself.
After comparing it with the Node text, how about "
Allows media items to be created and reused throughout the site."The media module itself already provides a media list, available at /admin/content/media.
How about "
Provides an enhanced media list with additional features."(unfortunately that's all the module does right now)
Comment #4
ifrikThanks for the review.
The node module description is to be changed once the long standing issue about the module descriptions is finally committed, so I aligned it with that.
Therefore I would go for
Media: Manages the creation, configuration of display of media items.and
Media library: Enhances the media list with additional features to easier find and use existing media items.Comment #6
seanbLook good to me.
Comment #8
seanbRetest for 8.7 since the media library was (hopefully temporarily) removed from 8.6.
Comment #9
manish-31 commented2985346-media-modules-descriptions-04.patch applies successfully for 8.7.x-dev .
Comment #10
alexpottCommitted and pushed c9159d8633 to 8.7.x and 1a25e7f2fb to 8.6.x. Thanks!
Backported to 8.6.x as a non-disruptive bug fix.