mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +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(
|
||||
'keyCode' => 65, // A
|
||||
'ctrl' => true,
|
||||
'caption' => 'Ctrl+A'
|
||||
'caption' => lang('Ctrl').'+A'
|
||||
),
|
||||
'group' => $group++,
|
||||
);
|
||||
|
@ -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'],
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user