diff --git a/web/skins/classic/views/console.php b/web/skins/classic/views/console.php
index bc00e4da4..226a4f601 100644
--- a/web/skins/classic/views/console.php
+++ b/web/skins/classic/views/console.php
@@ -299,7 +299,7 @@ foreach( $displayMonitors as $monitor )
$scale = max( reScale( SCALE_BASE, $monitor['DefaultScale'], ZM_WEB_DEFAULT_SCALE ), SCALE_BASE );
?>
= makePopupLink( '?view=watch&mid='.$monitor['Id'], 'zmWatch'.$monitor['Id'], array( 'watch', reScale( $monitor['Width'], $scale ), reScale( $monitor['Height'], $scale ) ), $monitor['Name'], $running && ($monitor['Function'] != 'None') && canView( 'Stream' ) ) ?> |
- = makePopupLink( '?view=function&mid='.$monitor['Id'], 'zmFunction', 'function', ''.$monitor['Function'].'', canEdit( 'Monitors' ) ) ?> |
+ = makePopupLink( '?view=function&mid='.$monitor['Id'], 'zmFunction', 'function', ''.$SLANG['Fn'.$monitor['Function']].'', canEdit( 'Monitors' ) ) ?> |
= makePopupLink( '?view=monitor&mid='.$monitor['Id'], 'zmMonitor'.$monitor['Id'], 'monitor', ''.$monitor['Device'].' ('.$monitor['Channel'].')', canEdit( 'Monitors' ) ) ?> |