wp-shortcake / shortcake

Shortcake makes using WordPress shortcodes a piece of cake.
GNU General Public License v2.0
664 stars 143 forks source link

Add i18n for strings in attachment field template #717

Closed goldenapples closed 7 years ago

goldenapples commented 7 years ago

Changes the text of the subhead in this field template from "Thumbnail Details" to "Attachment Details", which is more consistent with the surrounding text. Also wraps this field and the "Edit Attachment" link in gettext calls, so that they can be translated.

Fixes #716.

goldenapples commented 7 years ago

@zedejose Does this look correct to you?

zedejose commented 7 years ago

Ace. Looks perfect.