i18n fixes
This commit is contained in:
parent
7f3b349ab3
commit
0e4dd60507
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