Use the proper translated string for Video Playlist "drag info" - the text displayed above the playlist's sortable attachments.

See #27937.


Built from https://develop.svn.wordpress.org/trunk@28178


git-svn-id: http://core.svn.wordpress.org/trunk@28009 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-04-21 19:37:14 +00:00
parent 51cf3e9f9a
commit baf754ce35
2 changed files with 2 additions and 2 deletions

View File

@ -2175,7 +2175,7 @@
library: options.selection,
editing: options.editing,
menu: 'video-playlist',
dragInfoText: l10n.playlistDragInfo,
dragInfoText: l10n.videoPlaylistDragInfo,
dragInfo: false
}),

File diff suppressed because one or more lines are too long