From 8735e6e1a3b16cbda5e1681e79a4a794940c59b1 Mon Sep 17 00:00:00 2001 From: fermin831 Date: Tue, 20 Nov 2018 11:18:57 +0100 Subject: [PATCH] Added a translation --- pandora_console/godmode/alerts/alert_actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/godmode/alerts/alert_actions.php b/pandora_console/godmode/alerts/alert_actions.php index 84b61661b5..2c2357541d 100644 --- a/pandora_console/godmode/alerts/alert_actions.php +++ b/pandora_console/godmode/alerts/alert_actions.php @@ -266,7 +266,7 @@ foreach ($actions as $action) { "images/error.png", true, // FIXME: Translation. - array("title" => __("The command and the action are not in the same group. Please, contact with an administrator to solve it.") + array("title" => __("The action and the command associated with it do not have the same group. Please contact an administrator to fix it.") )); }