Skip to content
Snippets Groups Projects
Commit ada8728f authored by Florian Azizian's avatar Florian Azizian
Browse files

wording recipient

parent 1783f673
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ foreach ($roles as $role_id => $role_label) {
$contentDiffList .= '<td class="movedest" style="width:5%;">';
if (empty($specific_role) && !empty($difflist['dest']['users'][0]) && $role_id != 'dest' && $origin != null && $core->test_service('edit_recipient_outside_process', 'entities', false)) {
$contentDiffList .= '<i class="fa fa-arrow-up" style="cursor:pointer;" title="'._DEST.'" onclick="moveToDest(\''.$user['user_id'].'\',\''.$role_id.'\',\''.$origin.'\');"></i>';
$contentDiffList .= '<i class="fa fa-arrow-up" style="cursor:pointer;" title="'._TO_DEST.'" onclick="moveToDest(\''.$user['user_id'].'\',\''.$role_id.'\',\''.$origin.'\');"></i>';
}
$contentDiffList .= '</td>';
......
......@@ -244,7 +244,7 @@ if (!defined('_ADD_CC')) {
define('_ADD_CC', 'Ajouter en copie');
}
if (!defined('_TO_DEST')) {
define('_TO_DEST', 'Destinataire');
define('_TO_DEST', 'Attributaire');
}
if (!defined('_NO_DIFF_LIST_ASSOCIATED')) {
define('_NO_DIFF_LIST_ASSOCIATED', 'Aucune liste de diffusion');
......@@ -661,7 +661,7 @@ if (!defined('_GO_TO_CC')) {
define('_GO_TO_CC', "Passer l'utilisateur en copie");
}
if (!defined('_GO_TO_DEST')) {
define('_GO_TO_DEST', "Passer l'utilisateur en destinataire");
define('_GO_TO_DEST', "Passer l'utilisateur en attributaire");
}
if (!defined('_UP_USER_ONE_ROW')) {
define('_UP_USER_ONE_ROW', "Monter l'utilisateur d'un rang");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment