mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Change hint text for document dbl-click handler preference
This commit is contained in:
parent
4b354022cb
commit
0838b67724
@ -287,7 +287,7 @@ class filemanager_hooks
|
||||
'document_doubleclick_action' => array (
|
||||
'type' => 'select',
|
||||
'label' => lang('Default action on double-click'),
|
||||
'help' => lang('Defines how to handle double click action on a document file.'),
|
||||
'help' => lang('Defines how to handle double click action on a document file. Images are always opened in the expose-view and emails with email application. All other mime-types are handled by the browser itself.'),
|
||||
'name' => 'document_doubleclick_action',
|
||||
'values' => array (
|
||||
'collabora' => lang('open documents with Collabora, if permissions are given'),
|
||||
|
Loading…
Reference in New Issue
Block a user