diff --git a/htdocs/website/index.php b/htdocs/website/index.php index f7ef4fa3fcd..ff7137c22a4 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -2409,8 +2409,8 @@ if ($action == 'editmeta' || $action == 'createcontainer') print $langs->trans("URL"); print ''; print info_admin($langs->trans("OnlyEditionOfSourceForGrabbedContentFuture"), 0, 0, 'warning'); - print ' '; - print ' '.$langs->trans("GrabImagesInto"); + print ' '; + print '
'.$langs->trans("GrabImagesInto"); print ' '; print $langs->trans("ImagesShouldBeSavedInto").' '; $arraygrabimagesinto=array('root'=>$langs->trans("WebsiteRootOfImages"), 'subpage'=>$langs->trans("SubdirOfPage"));