Problem/Motivation
When adding a new Content type (/admin/structure/types/add), the "Publishing options" for the "Published" and "Create new revision" options are as follows:
Published
Description: null
Create new revision
Description: Users with sufficient access rights will be able to override these options.
When adding a new Media type (/admin/structure/media/add), the "Publishing options" for the "Published" and "Create new revision" options are as follows:
Published
Description: Media will be automatically published when created.
Create new revision
Description: Automatically create new revisions. Users with the "Administer media" permission will be able to override this option.
Steps to reproduce
Proposed resolution
The patch in #4 implemented the suggestion in #3, not the following.
Make the descriptions for the "Published" and "Create new revision" options consistent
Add new Content type:
Published
Description: Content will be automatically published when created.
Create new revision
Description: Automatically create new revisions. Users with the "Administer content" permission will be able to override this option.
Add new Media type:
Published
Description: Media will be automatically published when created.
Create new revision
Description: Automatically create new revisions. Users with the "Administer media" permission will be able to override this option.