From 2647bbd6218115252b510f3a727f2c8338d0e27e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 3 Apr 2023 11:04:49 +0530 Subject: [PATCH] ... --- resources/default_tweaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index efacd73f0d..137aa54dc4 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -568,7 +568,7 @@ allow_template_database_functions_in_composites = False # whatever default programs are configured there. Here you can override # that by specifying the program to use, per URL type. For local files, # the type is "file" and for web links it is "http*". For example: -# openers_by_scheme = { "http*": "firefox %u" } will make calibre run firefox +# openers_by_scheme = { "http*": "firefox %u" } will make calibre run Firefox # for https://whatever URLs. %u is replaced by the URL to be opened. The scheme # takes a glob pattern allowing a single entry to match multiple URL types. openers_by_scheme = {}