[wp-trac] [WordPress Trac] #40864: Standardize strings for missing attachments across media widgets
WordPress Trac
noreply at wordpress.org
Thu May 25 18:06:10 UTC 2017
#40864: Standardize strings for missing attachments across media widgets
-------------------------+-----------------------------
Reporter: dimadin | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: normal | Keywords:
Focuses: |
-------------------------+-----------------------------
While translating 4.8 strings, I noticed that strings for missing
attachments in the new media widgets do not refer to the same thing:
> We can’t find that audio file. Check your <a href="%s">media
library</a> and make sure it wasn’t deleted.
> We can’t find that image. Check your <a href="%s">media
library</a> and make sure it wasn’t deleted.
> We can’t find that video. Check your <a href="%s">media
library</a> and make sure it wasn’t deleted.
> We can’t find that file. Check your <a href="%s">media library</a>
and make sure it wasn’t deleted.
In two occasions we only use media type, but once we use "file" alongside
of it and once we only use "file" and remove any mention of media (type).
I propose removing "file" completely and just using type of media. Second
possibility is to always use "file", though I don't see that as needed.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/40864>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list