effects/overview: Add translation domain

This commit is contained in:
Kai Uwe Broulik 2022-02-14 12:10:26 +01:00
parent 2fbc821899
commit 4c0c2cebe6
2 changed files with 3 additions and 3 deletions

View file

@ -185,7 +185,7 @@ Item {
icon.name: "delete"
onClicked: delegate.remove()
PC3.ToolTip {
text: i18n("Delete virtual desktop")
text: i18nd("kwin_effects", "Delete virtual desktop")
}
}
@ -275,7 +275,7 @@ Item {
onTriggered: desktopModel.create(desktopModel.rowCount())
}
ToolTip.text: i18n("Add Desktop")
ToolTip.text: i18nd("kwin_effects", "Add Desktop")
ToolTip.visible: hovered
ToolTip.delay: Kirigami.Units.toolTipDelay

View file

@ -116,7 +116,7 @@ FocusScope {
anchors.centerIn: parent
width: Math.min(parent.width, 20 * PlasmaCore.Units.gridUnit)
focus: true
placeholderText: i18n("Search...")
placeholderText: i18nd("kwin_effects", "Search...")
clearButtonShown: true
Keys.priority: Keys.AfterItem
Keys.forwardTo: text ? searchResults : heap