From 725a4e6d4678299d96bd181e8a9dcc2dca9af7ab Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Sat, 5 Oct 2024 20:24:35 +0200 Subject: [PATCH] kdeconnect_runcommand_config: Fix i18n call --- plugins/runcommand/kdeconnect_runcommand_config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/runcommand/kdeconnect_runcommand_config.qml b/plugins/runcommand/kdeconnect_runcommand_config.qml index a327ef35e..1ef456605 100644 --- a/plugins/runcommand/kdeconnect_runcommand_config.qml +++ b/plugins/runcommand/kdeconnect_runcommand_config.qml @@ -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 }