mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 02:04:45 +00:00
Add i18n()
This commit is contained in:
parent
44198d7d5a
commit
cd4675b33e
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ Rectangle {
|
||||||
Layout.alignment: Qt.AlignTop
|
Layout.alignment: Qt.AlignTop
|
||||||
|
|
||||||
Keys.onEscapePressed: runnerWindow.visible = false
|
Keys.onEscapePressed: runnerWindow.visible = false
|
||||||
placeholderText: "Search..."
|
placeholderText: i18n("Search...")
|
||||||
}
|
}
|
||||||
|
|
||||||
PlasmaExtras.ScrollArea {
|
PlasmaExtras.ScrollArea {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue