mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-06 03:55:02 +00:00
i18n: WAY more i18n conversion
This commit is contained in:
@@ -86,7 +86,7 @@ Popup {
|
||||
id: searchInput
|
||||
Layout.fillWidth: true
|
||||
label: I18n.tr("widgets.icon-picker.search.label")
|
||||
placeholderText: "e.g., noctalia, niri, battery, cloud"
|
||||
placeholderText: I18n.tr("placeholders.search-icons")
|
||||
text: root.query
|
||||
onTextChanged: root.query = text.trim().toLowerCase()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user