From d0e6e98d17f4de779d82e0a5dcd98b56cf580dc6 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Mon, 23 Dec 2024 20:38:15 +0100 Subject: [PATCH] Warn users about MP3 decoding. Forwarded: not-needed Last-Update: 2018-09-07 Gbp-Pq: Name 111_advice_debian_libk3b3-extracodes.diff --- src/k3bsystemproblemdialog.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp index 24a0d22..174b753 100644 --- a/src/k3bsystemproblemdialog.cpp +++ b/src/k3bsystemproblemdialog.cpp @@ -552,8 +552,7 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le "include MP3 support for legal reasons."), i18n("To enable MP3 support, please install the MAD MP3 decoding library as well as the " "K3b MAD MP3 decoder plugin (the latter may already be installed but not functional " - "due to the missing libmad). Some distributions allow installation of MP3 support " - "via an online update tool.") ) ); + "due to the missing libmad). To get MP3 support, please install the package libk3b-extracodecs.") ) ); } #ifdef HAVE_ICONV -- 2.30.2