Merge branch 'Plasma/5.0'
This commit is contained in:
commit
b3cf1f14cc
2 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
$EXTRACTRC `find . -name \*.ui` >> rc.cpp || exit 11
|
||||
$XGETTEXT *.h *.cpp qml/*.qml -o $podir/kcmkwincompositing.pot
|
||||
|
|
|
@ -79,7 +79,7 @@ Rectangle {
|
|||
|
||||
Button {
|
||||
iconName: "configure"
|
||||
tooltip: "Configure filter"
|
||||
tooltip: i18n("Configure filter")
|
||||
menu: Menu {
|
||||
MenuItem {
|
||||
text: i18n("Exclude Desktop Effects not supported by the Compositor")
|
||||
|
|
Loading…
Reference in a new issue