diff --git a/htdocs/langs/en_US/website.lang b/htdocs/langs/en_US/website.lang
index e6052949b79..823f5fc026b 100644
--- a/htdocs/langs/en_US/website.lang
+++ b/htdocs/langs/en_US/website.lang
@@ -81,7 +81,7 @@ LanguageMustNotBeSameThanClonedPage=You clone a page as a translation. The langu
ParentPageId=Parent page ID
WebsiteId=Website ID
CreateByFetchingExternalPage=Create page/container by fetching page from external URL...
-OrEnterPageInfoManually=Or create page from scratch or from a page template...
+OrEnterPageInfoManually=Create page from scratch or from a page template...
FetchAndCreate=Fetch and Create
ExportSite=Export website
ImportSite=Import website template
@@ -99,7 +99,7 @@ SorryWebsiteIsCurrentlyOffLine=Sorry, this website is currently off line. Please
WEBSITE_USE_WEBSITE_ACCOUNTS=Enable the table of web site account for thirdparties
WEBSITE_USE_WEBSITE_ACCOUNTSTooltip=Enable the table to store the web site accounts (login/pass) for each third party
YouMustDefineTheHomePage=You must first define the default Home page
-OnlyEditionOfSourceForGrabbedContentFuture=Warning: Creating a web page by importing an external web page is reserved for experienced users. Depending on the complexity of source page, the result of importation may differ from the original. Also if the source page uses common CSS styles or conflicting JavaScript, it may break the look or features of the Website editor when working on this page. This method is a quicker way to create a page but it is recommended to create your new page from scratch or from a suggested page template.
Note also that the inline editor might not work correctly when used on a grabbed external page.
+OnlyEditionOfSourceForGrabbedContentFuture=Warning: Creating a web page by importing an external web page is reserved for experienced users. Depending on the complexity of source page, the result of importation will probably never be complete. Also if the source page uses common CSS styles or conflicting JavaScript, it may break the look or features of the Website editor when working on this page. This method is a quick way to create a page for very advanced users when source page allows it, but it is recommended to create your new page from scratch or from a suggested page template.
Note also that the inline editor might not work correctly when used on a grabbed external page.
OnlyEditionOfSourceForGrabbedContent=Only HTML source modification is possible when content is grabbed from an external site
GrabImagesInto=Grab also images found into css and page.
ImagesShouldBeSavedInto=Images should be saved into directory
@@ -455,3 +455,4 @@ SampleGoalOne=Promote cooperation and solidarity among members.
SampleGoaltwo=Encourage responsible and sustainable practices across all activities.
SampleGoalthree=Support impactful projects that benefit society as a whole.
SHOW_LANG_SELECTOR=Display language selection dropdown
+ForAdvancedWebmastersOnly=For technical webmasters only
diff --git a/htdocs/website/index.php b/htdocs/website/index.php
index 97700900564..42f9915015f 100644
--- a/htdocs/website/index.php
+++ b/htdocs/website/index.php
@@ -4732,6 +4732,8 @@ if ($action == 'editmeta' || $action == 'createcontainer') { // Edit properties
print '
| ';
print $langs->trans("URL");
@@ -5218,10 +5225,6 @@ if ($action == 'editmeta' || $action == 'createcontainer') { // Edit properties
print '';
print '';
- print ' '; - - print info_admin($langs->trans("OnlyEditionOfSourceForGrabbedContentFuture"), 0, 0, 'warning'); - print ' |