Warn users about MP3 decoding.
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Tue, 28 Apr 2026 20:39:56 +0000 (22:39 +0200)
committerSalvo 'LtWorf' Tomaselli <ltworf@debian.org>
Tue, 28 Apr 2026 20:39:56 +0000 (22:39 +0200)
Forwarded: not-needed
Last-Update: 2018-09-07

Gbp-Pq: Name 111_advice_debian_libk3b3-extracodes.diff

src/k3bsystemproblemdialog.cpp

index 69c828e1b04737db9c70c167d2c0399744db7246..a6d5c3f3ca8f12336deb1d3c972780186013db73 100644 (file)
@@ -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