Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#33237 closed defect (bug) (fixed)

Some media strings problems

Reported by: pavelevap's profile pavelevap Owned by: ocean90's profile ocean90
Milestone: 4.5 Priority: normal
Severity: normal Version:
Component: Media Keywords:
Focuses: administration Cc:

Description

You can narrow the list by file type/status using the text link filters at the top of the screen.

There are no text links anymore (only dropdown), so we should correct this help text.

Find Posts or Pages

You can search also for CPT, so it can be misleading, maybe something like "Search content on website" would be better.

We have also plural forms for following strings:

Reattached %d attachment.
Detached %d attachment.

But these strings are never used because there are no bulk edits available and users can attach/detach only one attachment at once? And in this case is number a little bit strange, maybe something like "Selected attachment reattached." would be better?

Change History (5)

#1 @ocean90
9 years ago

  • Version trunk deleted

#2 @pavelevap
9 years ago

String "Uploaded to" (column name) is also not correct, because media files can be attached also manually, so maybe it should be something like "Attached to"?

#3 @ocean90
9 years ago

  • Component changed from I18N to Media
  • Focuses administration added
  • Milestone changed from Awaiting Review to 4.5
  • Owner set to ocean90
  • Status changed from new to accepted

#4 @ocean90
9 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 36328:

Media: Update some attach/detach strings in the columns view.

  • Show a "Media attachment reattached."/"Media attachment detached." message when only one attachment was attached/detached.
  • Use the string placeholder as number_format_i18n() returns a string.
  • Add translator comments.
  • Update help text to refer to the new dropdown menus.
  • Add a more generic title to the attach modal.

Fixes #33237.

#5 @ocean90
9 years ago

String "Uploaded to" (column name) is also not correct, because media files can be attached also manually, so maybe it should be something like "Attached to"?

See [22630].

We have also plural forms for following strings: ..
But these strings are never used because there are no bulk edits available and users can attach/detach only one attachment at once?

The columns view for unattached attachments provides a bulk action to attach multiple attachments.

Note: See TracTickets for help on using tickets.