diff --git a/faq.php b/faq.php --- a/faq.php +++ b/faq.php @@ -84,7 +84,7 @@ "https://bugs.launchpad.net/kdegraphics/+bug/277007 .", "ubuntuchmepub" ); - $faq->addQuestion( i18n_var("Why the speak options in the Tools menu are grayed out?"), i18n_var("Because you don't have the KDE Text To Speech tools, install Jovie (formerly known as ktts) and they should be enabled"), "speaktoolsdisabled"); + $faq->addQuestion( i18n_var("Why the speak options in the Tools menu are grayed out?"), i18n_var("Because you don't have a speech service on your system, install the Qt Speech library and they should be enabled"), "speaktoolsdisabled"); $faq->addQuestion( i18n_var("Some characters are not rendered and when enabling debug some lines mention 'Missing language pack for xxx'"), i18n_var("Install the poppler-data package"), "missingpopplerdata");