diff --git a/administrator/components/com_media/views/media/tmpl/default.php b/administrator/components/com_media/views/media/tmpl/default.php
index d3318d7b3f7f3..d687679e53bc6 100644
--- a/administrator/components/com_media/views/media/tmpl/default.php
+++ b/administrator/components/com_media/views/media/tmpl/default.php
@@ -116,7 +116,7 @@
'bootstrap.renderModal',
'imagePreview',
array(
- 'title' => JText::_('COM_MEDIA_IMAGE_PREVIEW'),
+ 'title' => JText::_('COM_MEDIA_PREVIEW'),
'footer' => ''
),
diff --git a/administrator/language/en-GB/en-GB.com_media.ini b/administrator/language/en-GB/en-GB.com_media.ini
index 1c72927507742..fd49812a2e9c9 100644
--- a/administrator/language/en-GB/en-GB.com_media.ini
+++ b/administrator/language/en-GB/en-GB.com_media.ini
@@ -75,7 +75,6 @@ COM_MEDIA_FOLDERS="Media Folders"
COM_MEDIA_FOLDERS_PATH_LABEL="Warning! Path Folder Changing the default 'Path to files folder' to another folder other than default 'images' may break your links. The 'Path to images' folder has to be the same or a subfolder of 'Path to files'."
COM_MEDIA_IMAGE_DESCRIPTION="Image Description"
COM_MEDIA_IMAGE_DIMENSIONS="%1$s x %2$s"
-COM_MEDIA_IMAGE_PREVIEW="Image preview"
COM_MEDIA_IMAGE_TITLE="%1$s - %2$s"
COM_MEDIA_IMAGE_URL="Image URL"
COM_MEDIA_INSERT_IMAGE="Insert Image"
@@ -87,6 +86,7 @@ COM_MEDIA_NO_IMAGES_FOUND="No Images Found"
COM_MEDIA_NOT_SET="Not Set"
COM_MEDIA_OVERALL_PROGRESS="Overall Progress"
COM_MEDIA_PIXEL_DIMENSIONS="Dimensions (px)"
+COM_MEDIA_PREVIEW="Preview"
COM_MEDIA_START_UPLOAD="Start Upload"
COM_MEDIA_THUMBNAIL_VIEW="Thumbnail View"
COM_MEDIA_TITLE="Image Title"
@@ -97,6 +97,5 @@ COM_MEDIA_UPLOAD_FILE="Upload file"
COM_MEDIA_UPLOAD_SUCCESSFUL="Upload Successful"
COM_MEDIA_UPLOAD="Upload"
COM_MEDIA_UP="Up"
-COM_MEDIA_VIDEO_PREVIEW="Video Preview"
COM_MEDIA_XML_DESCRIPTION="Component for managing site media"
JLIB_RULES_SETTING_NOTES="1. Changes apply to this component only. Inherited - a Global Configuration setting or higher level setting is applied. Denied always wins - whatever is set at the Global or higher level and applies to all child elements. Allowed will enable the action for this component unless it is overruled by a Global Configuration setting.
2. Select Save to refresh the calculated settings."
\ No newline at end of file