From 2f44a2bf80b0dffe8d2690df75f4b465c2de02d8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 23 Feb 2025 08:51:45 +0530 Subject: [PATCH] string changes --- src/calibre/ebooks/conversion/plumber.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/ebooks/conversion/plumber.py b/src/calibre/ebooks/conversion/plumber.py index 1482347c9b..73fba0a4d5 100644 --- a/src/calibre/ebooks/conversion/plumber.py +++ b/src/calibre/ebooks/conversion/plumber.py @@ -422,7 +422,8 @@ OptionRecommendation(name='remove_fake_margins', OptionRecommendation(name='add_alt_text_to_img', recommended_value=False, level=OptionRecommendation.LOW, help=_('When an tag has no alt attribute, check the associated image file for metadata that specifies alternate text, and' - ' use it to fill in the alt attribute. The alt attribute is used by screen readers for assisting the visually challenged.') + ' use it to fill in the alt attribute. The alt attribute improves accessibility by providing text descriptions' + ' for users who cannot see or fully interpret visual content.') ), OptionRecommendation(name='margin_top',