Fix Ctrl+A in context menu does not get translated

This commit is contained in:
Hadi Nategh 2016-09-09 12:54:52 +02:00
parent f98674b164
commit aff9f0eba8
2 changed files with 2 additions and 2 deletions

View File

@ -348,7 +348,7 @@ class admin_accesslog
'shortcut' => array(
'keyCode' => 65, // A
'ctrl' => true,
'caption' => 'Ctrl+A'
'caption' => lang('Ctrl').'+A'
),
'group' => $group++,
);

View File

@ -824,7 +824,7 @@ class Nextmatch extends Etemplate\Widget
'shortcut' => array(
'keyCode' => 65, // A
'ctrl' => true,
'caption' => 'Ctrl+A'
'caption' => lang('Ctrl').'+A'
),
'group' => $action['group'],
);