From efe5f004a12e7f3270b97802798b378555917520 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Fri, 16 Feb 2024 17:27:04 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02039=20-=20Fix=20dictionary=20entry=20ha?= =?UTF-8?q?rd-coded=20on=20"iTop"=20app=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dictionaries/en.dictionary.itop.core.php | 2 +- dictionaries/fr.dictionary.itop.core.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dictionaries/en.dictionary.itop.core.php b/dictionaries/en.dictionary.itop.core.php index 010138039..b22881ef0 100644 --- a/dictionaries/en.dictionary.itop.core.php +++ b/dictionaries/en.dictionary.itop.core.php @@ -636,7 +636,7 @@ Dict::Add('EN US', 'English', 'English', array( 'ActioniTopNotification:trigger' => 'Trigger', 'ActioniTopNotification:content' => 'Message', 'ActioniTopNotification:settings' => 'Settings', - 'Class:ActioniTopNotification' => 'iTop Notification', + 'Class:ActioniTopNotification' => ITOP_APPLICATION_SHORT.' Notification', 'Class:ActioniTopNotification+' => '', 'Class:ActioniTopNotification/Attribute:language' => 'Language', 'Class:ActioniTopNotification/Attribute:language+' => '', diff --git a/dictionaries/fr.dictionary.itop.core.php b/dictionaries/fr.dictionary.itop.core.php index f21129b0f..71ac7bd4e 100644 --- a/dictionaries/fr.dictionary.itop.core.php +++ b/dictionaries/fr.dictionary.itop.core.php @@ -587,7 +587,7 @@ Dict::Add('FR FR', 'French', 'Français', array( 'ActioniTopNotification:trigger' => 'Conditions de déclenchement', 'ActioniTopNotification:content' => 'Message', 'ActioniTopNotification:settings' => 'Paramètres', - 'Class:ActioniTopNotification' => 'iTop Notification', + 'Class:ActioniTopNotification' => ITOP_APPLICATION_SHORT.' Notification', 'Class:ActioniTopNotification+' => '', 'Class:ActioniTopNotification/Attribute:title' => 'Titre', 'Class:ActioniTopNotification/Attribute:title+' => '',