diff --git a/web/lang/en_gb.php b/web/lang/en_gb.php
index cf889520d..cbf85c0b1 100644
--- a/web/lang/en_gb.php
+++ b/web/lang/en_gb.php
@@ -376,6 +376,7 @@ $SLANG = array(
'Language' => 'Language',
'Last' => 'Last',
'Layout' => 'Layout',
+ 'Libvlc' => 'Libvlc',
'LimitResultsPost' => 'results only', // This is used at the end of the phrase 'Limit to first N results only'
'LimitResultsPre' => 'Limit to first', // This is used at the beginning of the phrase 'Limit to first N results only'
'LinkedMonitors' => 'Linked Monitors',
diff --git a/web/skins/classic/views/console.php b/web/skins/classic/views/console.php
index bc00e4da4..61f212666 100644
--- a/web/skins/classic/views/console.php
+++ b/web/skins/classic/views/console.php
@@ -308,6 +308,8 @@ foreach( $displayMonitors as $monitor )