From deb085da7dea1b3cf14a678963ca6082dda34126 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 27 Aug 2014 09:42:18 +0530 Subject: [PATCH] Change help text for double click on library view tweak --- resources/default_tweaks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index d4eb5141cf..8af6cdfcd0 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -401,8 +401,8 @@ cover_trim_fuzz_value = 10 #: Control behavior of the book list # You can control the behavior of doubleclicks on the books list. # Choices: open_viewer, do_nothing, -# edit_cell, edit_metadata. Selecting edit_metadata has the side effect of -# disabling editing a field using a single click. +# edit_cell, edit_metadata. Selecting anything other than open_viewer has the +# side effect of disabling editing a field using a single click. # Default: open_viewer. # Example: doubleclick_on_library_view = 'do_nothing' # You can also control whether the book list scrolls horizontal per column or