kdeconnect_runcommand_config: Fix i18n call

This commit is contained in:
Carl Schwan 2024-10-05 20:24:35 +02:00
parent 5e9fe64b15
commit 725a4e6d46

View file

@ -61,7 +61,7 @@ Kirigami.ScrollablePage {
visible: view.count === 0
width: parent.width - Kirigami.Units.gridUnit * 4
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
}