summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-14 22:13:55 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-10-14 22:13:55 +0000
commit8ca9c4bc8f94cc59b99e6410b6d1ed774dabb806 (patch)
tree8aa26518fdfd9123b1ad07520e29711508096945
parent4b97664c5da5b58c697a693875139b2f0db45f47 (diff)
downloadk3b-8ca9c4bc8f94cc59b99e6410b6d1ed774dabb806.tar.gz
k3b-8ca9c4bc8f94cc59b99e6410b6d1ed774dabb806.zip
Fix accidental k3b FTBFS introduced in last commit
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k3b@1258937 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--src/k3bsystemproblemdialog.cpp4
1 files changed, 2 insertions, 2 deletions
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 ) );
}
*/