Mercurial > defr > drupal > core
diff modules/system/system.install @ 7:fff6d4c8c043 6.3
Drupal 6.3
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:30:28 +0100 |
parents | c1f4ac30525a |
children | 589fb7c02327 |
line wrap: on
line diff
--- a/modules/system/system.install Tue Dec 23 14:30:08 2008 +0100 +++ b/modules/system/system.install Tue Dec 23 14:30:28 2008 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: system.install,v 1.238.2.1 2008/02/08 17:07:55 goba Exp $ +// $Id: system.install,v 1.238.2.3 2008/04/25 21:24:20 goba Exp $ /** * Test and report Drupal installation requirements. @@ -681,7 +681,7 @@ 'not null' => TRUE, 'default' => ''), 'to_arg_functions' => array( - 'description' => t('A serialized array of function names (like user_current_to_arg) to be called to replace a part of the router path with another string.'), + 'description' => t('A serialized array of function names (like user_uid_optional_to_arg) to be called to replace a part of the router path with another string.'), 'type' => 'varchar', 'length' => 255, 'not null' => TRUE, @@ -1717,7 +1717,7 @@ 'secondary-links' => array( 'menu_name' => 'secondary-links', 'title' => 'Secondary links', - 'description' => 'Secondary links are often used for pages like legal notices, contact details, and other secondary navigation items that play a lesser role than primary links', + 'description' => 'Secondary links are often used for pages like legal notices, contact details, and other secondary navigation items that play a lesser role than primary links.', ), ); // Multi-part update