mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Make image edit labels more concise. Props lloydbudd. Fixes #13613
git-svn-id: https://develop.svn.wordpress.org/trunk@16656 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -425,7 +425,7 @@ s100:"100%",
|
||||
s110:"110%",
|
||||
s120:"120%",
|
||||
s130:"130%",
|
||||
img_title:"Edit Image Title",
|
||||
caption:"Edit Image Caption",
|
||||
alt:"Edit Alternate Text"
|
||||
img_title:"Title",
|
||||
caption:"Caption",
|
||||
alt:"Alternate Text"
|
||||
});
|
||||
|
||||
@@ -448,8 +448,8 @@ s100:"' . mce_escape( __('100%') ) . '",
|
||||
s110:"' . mce_escape( __('110%') ) . '",
|
||||
s120:"' . mce_escape( __('120%') ) . '",
|
||||
s130:"' . mce_escape( __('130%') ) . '",
|
||||
img_title:"' . mce_escape( __('Edit Image Title') ) . '",
|
||||
caption:"' . mce_escape( __('Edit Image Caption') ) . '",
|
||||
alt:"' . mce_escape( __('Edit Alternate Text') ) . '"
|
||||
img_title:"' . mce_escape( __('Title') ) . '",
|
||||
caption:"' . mce_escape( __('Caption') ) . '",
|
||||
alt:"' . mce_escape( __('Alternate Text') ) . '"
|
||||
});
|
||||
';
|
||||
|
||||
Reference in New Issue
Block a user