Small lang update

This commit is contained in:
Ice
2008-04-25 22:32:54 +00:00
parent 903aaf8574
commit 89e510382a

View File

@@ -244,7 +244,7 @@ $lang = array_merge($lang, array(
'PORTAL_LINKS' => 'Links block', 'PORTAL_LINKS' => 'Links block',
'PORTAL_LINKS_EXPLAIN' => 'Display this block on portal.', 'PORTAL_LINKS_EXPLAIN' => 'Display this block on portal.',
'PORTAL_LINK_TEXT' => 'Text/URL', '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' => 'Add link',
'PORTAL_ADD_LINK_TEXT_EXPLAIN' => 'Click the text to create a new link.', 'PORTAL_ADD_LINK_TEXT_EXPLAIN' => 'Click the text to create a new link.',
'PORTAL_LINK_ADD' => '<strong>Add</strong>', 'PORTAL_LINK_ADD' => '<strong>Add</strong>',