From ff9cbeff6b33b8d4d75cc34ef540a010720a93f0 Mon Sep 17 00:00:00 2001 From: nagyrobi Date: Fri, 16 Aug 2013 13:39:42 +0200 Subject: [PATCH] Update console.php Enable localization of the monitor function names in the console. --- web/skins/classic/views/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); ?> - '.$monitor['Function'].'', canEdit( 'Monitors' ) ) ?> + '.$SLANG['Fn'.$monitor['Function']].'', canEdit( 'Monitors' ) ) ?> '.$monitor['Device'].' ('.$monitor['Channel'].')', canEdit( 'Monitors' ) ) ?>