effects/overview: Add translation domain
This commit is contained in:
parent
2fbc821899
commit
4c0c2cebe6
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue