[pLog-svn] r5090 - plog/branches/lifetype-1.2/locale/admin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed Mar 14 10:28:27 EDT 2007


Author: jondaley
Date: 2007-03-14 10:28:27 -0400 (Wed, 14 Mar 2007)
New Revision: 5090

Modified:
   plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
Log:
show an example to prevent people from making relative URLs when they don't mean to.  http://forums.lifetype.net/viewtopic.php?p=33915

Modified: plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php
===================================================================
--- plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php	2007-03-14 14:14:26 UTC (rev 5089)
+++ plog/branches/lifetype-1.2/locale/admin/locale_en_UK.php	2007-03-14 14:28:27 UTC (rev 5090)
@@ -249,7 +249,7 @@
 
 // new link
 $messages['link_name_help'] = 'Name given to this link.';
-$messages['link_url_help'] = 'Address where this link points.';
+$messages['link_url_help'] = 'Address where this link points. Example: http://www.domainname.com/ (NOTE: http:// must be included!)';
 $messages['link_description_help'] = 'Brief description of this link.';
 $messages['link_feed_help'] = 'A link to any of the RSS or Atom feeds of this link can also be provided.';
 $messages['link_category_help'] = 'Choose one of the available link categories.';



More information about the pLog-svn mailing list