remotes/origin/Plasma/5.0
Lukáš Tinkl 12 years ago
parent 7f3b349ab3
commit 0e4dd60507
  1. 1
      kcmkwin/kwincompositing/Messages.sh
  2. 2
      kcmkwin/kwincompositing/qml/EffectView.qml

@ -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…
Cancel
Save