#36089 closed enhancement (fixed)
New strings for "media attachment detached" and "Media attachment reattached"
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | 4.6 |
Component: | Media | Keywords: | has-patch |
Focuses: | administration | Cc: |
Description
These sentences are redundant and not very friendly, but also hard to elegantly translate.
The term detached suggests that the media was an attachment before.
Here is the French example where the team is scratching its head:
I suggest to to change the original strings into:
- The media file has been detached
- The media file has been reattached
Attachments (2)
Change History (13)
This ticket was mentioned in Slack in #polyglots by bastienho. View the logs.
9 years ago
#4
follow-up:
↓ 5
@
9 years ago
Following through the workflow of me adding an image that was already in the media library to a post:
- In the list view of the image in the media library click "Attach"
- Select the post/page to attach it to and click "Select"
Result: The notice is displayed at the top of the media library: Media attachment reattached.
Expected Result: A notice at the top of the media library: Media attachment added.
In the example above that image was not being "reattached" to anything, it had never been attached to anything, hence it was "added" to the post.
Reversing the above workflow to remove the media attachment by selecting "Detach" I see a notice Media attachment detached.
, and maybe this should be Media attachment removed.
instead.
So even though the terms attach
and detach
are used on the action links, maybe the notices should use added
and removed
rather than attached
and detached
#5
in reply to:
↑ 4
@
9 years ago
Replying to netweb:
So even though the terms
attach
anddetach
are used on the action links, maybe the notices should useadded
andremoved
rather thanattached
anddetached
I think "removed" implies removing from media library rather than from post.
#6
@
9 years ago
Removing media attachments from media library is defined by delete
.
But to be not confusing, we could use the terms linked
and unlinked
to a post.
#8
@
9 years ago
- Keywords has-patch added; needs-patch removed
36089.patch replaces "media attachment" in wp-admin/upload.php
with "media file".
New strings:
- Media file updated.
- Media file reattached.
- %s media file reattached. / %s media files reattached.
- Media file detached.
- %s media file detached. / %s media files detached.
- Media file permanently deleted.
- %s media file permanently deleted. / %s media files permanently deleted.
- Media file moved to the trash.
- %s media file moved to the trash. / %s media files moved to the trash.
- Media file restored from the trash.
- %s media file restored from the trash. / %s media files restored from the trash.
- Error saving media file.
#9
@
9 years ago
The 36089.patch / 36089.2.patch patches make things a little clearer swapping out "attachment" for "file" :+1
Still, if I attach a media file to a post per my comment above it now states: Media file reattached.
, it should be Media file attached.
, the "Media file attached." string would cover both use cases if a media file is attached, or is reattached the string would accurately represent the action that occurred.
Should the help text mention page also?
If a media file has not been attached to a post or page, you will see that in the Uploaded To column, and can click on Attach to launch a small popup that will allow you to search for a post or page and attach the file.
Introduced in [36328].
Old strings:
New strings: