mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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
|
||||
|
||||
Keys.onEscapePressed: runnerWindow.visible = false
|
||||
placeholderText: "Search..."
|
||||
placeholderText: i18n("Search...")
|
||||
}
|
||||
|
||||
PlasmaExtras.ScrollArea {
|
||||
|
|
|
|||
Loading…
Reference in a new issue