From c8e7eac6a9d1c1be2beaea41d087825f673247f2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 11 Mar 2026 21:19:04 +0530 Subject: [PATCH] ... --- src/calibre/gui2/preferences/create_custom_column.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/calibre/gui2/preferences/create_custom_column.py b/src/calibre/gui2/preferences/create_custom_column.py index 1a70a73633..5cb8738f35 100644 --- a/src/calibre/gui2/preferences/create_custom_column.py +++ b/src/calibre/gui2/preferences/create_custom_column.py @@ -272,6 +272,9 @@ class CreateCustomColumn(QDialog): if which == 'read_progress': self.composite_sort_by.setCurrentIndex(1) self.store_template_value_in_opf.setChecked(False) + self.description_box.setText(_( + 'To customize this, read the help for the {0} template function in the calibre User Manual').format( + 'reading_progress()')) if which == 'text': self.comments_heading_position.setCurrentIndex(self.comments_heading_position.findData('side')) self.comments_type.setCurrentIndex(self.comments_type.findData('short-text'))