From 006697d24fb50fff871bd8af1d6385849a024403 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 16 Feb 2023 07:08:46 +0530 Subject: [PATCH] ... --- src/calibre/utils/windows/winspeech.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/windows/winspeech.py b/src/calibre/utils/windows/winspeech.py index 8c91716d28..7f465b4e06 100644 --- a/src/calibre/utils/windows/winspeech.py +++ b/src/calibre/utils/windows/winspeech.py @@ -117,7 +117,7 @@ class NoMediaPack(OSError): display_to_user = True def __init__(self): - super().__init__(_('This computer is missing the Windows MediaPack, which is needed for Read aloud. Instructions' + super().__init__(_('This computer is missing the Windows MediaPack, or the DLLs are corrupted. This is needed for Read aloud. Instructions' ' for installing it are available at {}').format( 'https://support.medal.tv/support/solutions/articles/48001157311-windows-is-missing-media-pack'))