From: Debian Qt/KDE Maintainers Date: Sun, 23 Jun 2024 08:09:15 +0000 (+0000) Subject: Warn users about MP3 decoding. X-Git-Tag: archive/raspbian/24.05.2-1+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6994e1debc090b9a39babf177302604fd9488b95;p=k3b.git Warn users about MP3 decoding. Forwarded: not-needed Last-Update: 2018-09-07 Gbp-Pq: Name 111_advice_debian_libk3b3-extracodes.diff --- diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp index 41213ca..068dd5b 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