From 0838b677243de603594d3c6512568ef1c313ab57 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 10 Aug 2018 09:50:27 +0200 Subject: [PATCH] Change hint text for document dbl-click handler preference --- filemanager/inc/class.filemanager_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemanager/inc/class.filemanager_hooks.inc.php b/filemanager/inc/class.filemanager_hooks.inc.php index 8cd23272c9..ae5323b00d 100644 --- a/filemanager/inc/class.filemanager_hooks.inc.php +++ b/filemanager/inc/class.filemanager_hooks.inc.php @@ -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'),