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

Fix: Typo

parent 9a0de898
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ class box_bookmarks extends ModeleBoxes { ...@@ -108,7 +108,7 @@ class box_bookmarks extends ModeleBoxes {
if ($num==0) if ($num==0)
{ {
$mytxt=$langs->trans("NoRecordedBookmarks"); $mytxt=$langs->trans("NoRecordedBookmarks");
if ($user->rights->bookmark->creer) $mytxt.=' '.$langs->trans("ClickHereToAdd"); if ($user->rights->bookmark->creer) $mytxt.=' '.$langs->trans("ClickToAdd");
$this->info_box_contents[$i][0] = array('td' => 'align="center" colspan="2"', 'url'=> DOL_URL_ROOT.'/bookmarks/liste.php', 'text'=>$mytxt); $this->info_box_contents[$i][0] = array('td' => 'align="center" colspan="2"', 'url'=> DOL_URL_ROOT.'/bookmarks/liste.php', 'text'=>$mytxt);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment