i18n fixes

This commit is contained in:
Lukáš Tinkl 2014-07-23 03:35:36 +02:00
parent 7f3b349ab3
commit 0e4dd60507
2 changed files with 2 additions and 1 deletions

View file

@ -1,2 +1,3 @@
#! /usr/bin/env bash #! /usr/bin/env bash
$EXTRACTRC `find . -name \*.ui` >> rc.cpp || exit 11
$XGETTEXT *.h *.cpp qml/*.qml -o $podir/kcmkwincompositing.pot $XGETTEXT *.h *.cpp qml/*.qml -o $podir/kcmkwincompositing.pot

View file

@ -79,7 +79,7 @@ Rectangle {
Button { Button {
iconName: "configure" iconName: "configure"
tooltip: "Configure filter" tooltip: i18n("Configure filter")
menu: Menu { menu: Menu {
MenuItem { MenuItem {
text: i18n("Exclude Desktop Effects not supported by the Compositor") text: i18n("Exclude Desktop Effects not supported by the Compositor")