From b3c373bae8459439c57e847638af4bd9d092ca9b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sun, 19 Dec 2010 18:19:54 +0000 Subject: [PATCH] Fix: Typo --- htdocs/includes/boxes/box_bookmarks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/boxes/box_bookmarks.php b/htdocs/includes/boxes/box_bookmarks.php index 6b86c442ce2..7af49d9fe5a 100644 --- a/htdocs/includes/boxes/box_bookmarks.php +++ b/htdocs/includes/boxes/box_bookmarks.php @@ -57,7 +57,7 @@ class box_bookmarks extends ModeleBoxes { { global $user, $langs, $db; $langs->load("boxes"); - + $this->max=$max; $this->info_box_head = array('text' => $langs->trans("BoxMyLastBookmarks",$max), @@ -108,7 +108,7 @@ class box_bookmarks extends ModeleBoxes { if ($num==0) { $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); } } -- GitLab