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+' => '',