diff --git a/src/kcms/effects/package/contents/ui/main.qml b/src/kcms/effects/package/contents/ui/main.qml index 199077354c..2266f8554c 100644 --- a/src/kcms/effects/package/contents/ui/main.qml +++ b/src/kcms/effects/package/contents/ui/main.qml @@ -24,7 +24,7 @@ ScrollViewKCM { QQC2.Label { Layout.fillWidth: true - elide: Text.ElideRight + wrapMode: Text.WordWrap text: i18n("Hint: To find out or configure how to activate an effect, look at the effect's settings.") }