kdeconnect_runcommand_config: Fix i18n call
This commit is contained in:
parent
5e9fe64b15
commit
725a4e6d46
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Kirigami.ScrollablePage {
|
||||||
visible: view.count === 0
|
visible: view.count === 0
|
||||||
width: parent.width - Kirigami.Units.gridUnit * 4
|
width: parent.width - Kirigami.Units.gridUnit * 4
|
||||||
text: i18nc("@info", "No commands configured")
|
text: i18nc("@info", "No commands configured")
|
||||||
explanation: i18n("@info", "Add commands to run them remotely from other devices")
|
explanation: i18nc("@info", "Add commands to run them remotely from other devices")
|
||||||
helpfulAction: addCommandDialogAction
|
helpfulAction: addCommandDialogAction
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue