diff options
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index e635bd808..0af3f54cc 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1717,7 +1717,7 @@ function system_update_6021() { '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 |