summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/lang/en/lang.php5
-rw-r--r--inc/template.php2
2 files changed, 5 insertions, 2 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 5dca273c3..dbd3ae9be 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -49,6 +49,7 @@ $lang['btn_draftdel'] = 'Delete draft';
$lang['btn_revert'] = 'Restore';
$lang['btn_register'] = 'Register';
$lang['btn_apply'] = 'Apply';
+$lang['btn_media'] = 'Media Manager';
$lang['loggedinas'] = 'Logged in as';
$lang['user'] = 'Username';
@@ -327,12 +328,12 @@ $lang['media_searchtab'] = 'Search';
$lang['media_viewtab'] = 'View';
$lang['media_edittab'] = 'Edit';
$lang['media_historytab'] = 'History';
-$lang['media_thumbsview'] = 'Thumnails';
+$lang['media_thumbsview'] = 'Thumbnails';
$lang['media_listview'] = 'List';
$lang['media_sort'] = 'Sort';
$lang['media_search'] = 'Search';
$lang['media_view'] = 'View';
$lang['media_edit'] = 'Edit';
-$lang['media_history'] = 'These are the older revisons of the file.';
+$lang['media_history'] = 'These are the older revisions of the file.';
//Setup VIM: ex: et ts=2 :
diff --git a/inc/template.php b/inc/template.php
index 1fb5490f5..31320c876 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -630,6 +630,8 @@ function tpl_get_action($type) {
// Superseded by subscribe/subscription
return '';
break;
+ case 'media':
+ break;
default:
return '[unknown %s type]';
break;