Skip to content
Snippets Groups Projects
Commit 4145874d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Better tranlsation message

parent f5de5140
Branches
Tags
No related merge requests found
...@@ -260,7 +260,7 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" ...@@ -260,7 +260,7 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty"
$out.= '</td><td class="nocellnopadd boxclose nowrap">'; $out.= '</td><td class="nocellnopadd boxclose nowrap">';
// The image must have the class 'boxhandle' beause it's value used in DOM draggable objects to define the area used to catch the full object // The image must have the class 'boxhandle' beause it's value used in DOM draggable objects to define the area used to catch the full object
$out.= img_picto($langs->trans("MoveBox",$this->box_id),'grip_title','class="boxhandle hideonsmartphone" style="cursor:move;"'); $out.= img_picto($langs->trans("MoveBox",$this->box_id),'grip_title','class="boxhandle hideonsmartphone" style="cursor:move;"');
$out.= img_picto($langs->trans("Close2",$this->box_id),'close_title','class="boxclose" rel="x:y" style="cursor:pointer;" id="imgclose'.$this->box_id.'"'); $out.= img_picto($langs->trans("CloseBox",$this->box_id),'close_title','class="boxclose" rel="x:y" style="cursor:pointer;" id="imgclose'.$this->box_id.'"');
$label=$head['text']; $label=$head['text'];
if (! empty($head['graph'])) $label.=' ('.$langs->trans("Graph").')'; if (! empty($head['graph'])) $label.=' ('.$langs->trans("Graph").')';
$out.= '<input type="hidden" id="boxlabelentry'.$this->box_id.'" value="'.dol_escape_htmltag($label).'">'; $out.= '<input type="hidden" id="boxlabelentry'.$this->box_id.'" value="'.dol_escape_htmltag($label).'">';
......
...@@ -139,7 +139,7 @@ Update=Update ...@@ -139,7 +139,7 @@ Update=Update
AddActionToDo=Add event to do AddActionToDo=Add event to do
AddActionDone=Add event done AddActionDone=Add event done
Close=Close Close=Close
Close2=Close CloseBox=Remove box of your dashboard
Confirm=Confirm Confirm=Confirm
ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b> ? ConfirmSendCardByMail=Do you really want to send content of this card by mail to <b>%s</b> ?
Delete=Delete Delete=Delete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment