diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp index 9c39ba3..75a9f58 100644 --- a/src/k3bsystemproblemdialog.cpp +++ b/src/k3bsystemproblemdialog.cpp @@ -519,8 +519,8 @@ void K3bSystemProblemDialog::checkSystem( TQWidget* parent, "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). To get Mp3 support, please install libk3b3-extracodecs" - "(or kubuntu-restricted-extras on Debian)."), + "due to the missing libmad). Some distributions allow installation of Mp3 support " + "via an online update tool (i.e. SuSE's YOU)."), false ) ); } */