Change hint text for document dbl-click handler preference

This commit is contained in:
Hadi Nategh 2018-08-10 09:50:27 +02:00
parent 4b354022cb
commit 0838b67724

View File

@ -287,7 +287,7 @@ class filemanager_hooks
'document_doubleclick_action' => array ( 'document_doubleclick_action' => array (
'type' => 'select', 'type' => 'select',
'label' => lang('Default action on double-click'), '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', 'name' => 'document_doubleclick_action',
'values' => array ( 'values' => array (
'collabora' => lang('open documents with Collabora, if permissions are given'), 'collabora' => lang('open documents with Collabora, if permissions are given'),