From 7f87f1974620e33ae37192aea256ee130a7bcd06 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 12 Oct 2020 18:40:57 +0200 Subject: [PATCH] =?UTF-8?q?typo=20:=20tag=20=20instead=20of=20=C3=A9tiquet?= =?UTF-8?q?te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/class/follow_up.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class/follow_up.class.php b/include/class/follow_up.class.php index 3c77cbbfc..3964b556f 100644 --- a/include/class/follow_up.class.php +++ b/include/class/follow_up.class.php @@ -1510,7 +1510,7 @@ class Follow_Up if ($g_user->can_write_action($this->ag_id)==true) { $js=sprintf("onclick=\"action_tag_select('%s','%s')\"", dossier::id(), $this->ag_id); - echo HtmlInput::button('tag_bt', 'Ajout tag', $js, 'smallbutton'); + echo HtmlInput::button('tag_bt', _('Ajout étiquette'), $js, 'smallbutton'); } }