mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix Ctrl+A in context menu does not get translated
This commit is contained in:
parent
f98674b164
commit
aff9f0eba8
@ -348,7 +348,7 @@ class admin_accesslog
|
|||||||
'shortcut' => array(
|
'shortcut' => array(
|
||||||
'keyCode' => 65, // A
|
'keyCode' => 65, // A
|
||||||
'ctrl' => true,
|
'ctrl' => true,
|
||||||
'caption' => 'Ctrl+A'
|
'caption' => lang('Ctrl').'+A'
|
||||||
),
|
),
|
||||||
'group' => $group++,
|
'group' => $group++,
|
||||||
);
|
);
|
||||||
|
@ -824,7 +824,7 @@ class Nextmatch extends Etemplate\Widget
|
|||||||
'shortcut' => array(
|
'shortcut' => array(
|
||||||
'keyCode' => 65, // A
|
'keyCode' => 65, // A
|
||||||
'ctrl' => true,
|
'ctrl' => true,
|
||||||
'caption' => 'Ctrl+A'
|
'caption' => lang('Ctrl').'+A'
|
||||||
),
|
),
|
||||||
'group' => $action['group'],
|
'group' => $action['group'],
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user