kcmkwincompositing: Remove space in front of ellipsis

This commit is contained in:
Alexander Potashev 2017-10-16 18:49:09 +03:00
parent 6b8943bddd
commit 769c6358f5

View file

@ -101,7 +101,7 @@ Rectangle {
Button {
id: ghnsButton
text: i18n("Get New Effects ...")
text: i18n("Get New Effects...")
iconName: "get-hot-new-stuff"
onClicked: effectConfig.openGHNS()
}