From 0788eff9f323d1fd27c7fe78451e457225d15781 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 19 Apr 2022 17:15:05 +0530 Subject: [PATCH] ... --- src/calibre/gui2/tts/linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tts/linux.py b/src/calibre/gui2/tts/linux.py index 1945635c16..f9163856b0 100644 --- a/src/calibre/gui2/tts/linux.py +++ b/src/calibre/gui2/tts/linux.py @@ -68,7 +68,7 @@ class Client: if self.system_default_output_module is None: self.system_default_output_module = self.ssip_client.get_output_module() if self.system_default_output_module == '(null)': - raise ValueError('Speech dispatcher on this system is not configured with any available voices. Install some voices first.') + raise ValueError(_('Speech dispatcher on this system is not configured with any available voices. Install some voices first.')) if not self.settings_applied: self.apply_settings() self.set_use_ssml(use_ssml)