diff --git a/root/language/en/mods/lang_portal_acp.php b/root/language/en/mods/lang_portal_acp.php index 9d053971..d5f07532 100644 --- a/root/language/en/mods/lang_portal_acp.php +++ b/root/language/en/mods/lang_portal_acp.php @@ -244,7 +244,7 @@ $lang = array_merge($lang, array( 'PORTAL_LINKS' => 'Links block', 'PORTAL_LINKS_EXPLAIN' => 'Display this block on portal.', 'PORTAL_LINK_TEXT' => 'Text/URL', - 'PORTAL_LINK_TEXT_EXPLAIN' => 'The text followed by the url for the link. Use the buttons to delete and reorder the links.', + 'PORTAL_LINK_TEXT_EXPLAIN' => 'The text followed by the url for the link. Use the buttons to delete and reorder the links. Don\'t forget the http:// !', 'PORTAL_ADD_LINK_TEXT' => 'Add link', 'PORTAL_ADD_LINK_TEXT_EXPLAIN' => 'Click the text to create a new link.', 'PORTAL_LINK_ADD' => 'Add',