diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-03-14 08:54:31 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-03-14 08:54:31 +0000 |
commit | 39f1a6be73a088f2d587485f10d2788613830a89 (patch) | |
tree | 58c2c2c10e5a717c1b3922fa01a59721150f472c /modules/system/system.install | |
parent | a5c2ad2178cfd10d25c9ad78079af462507c5f61 (diff) | |
download | brdo-39f1a6be73a088f2d587485f10d2788613830a89.tar.gz brdo-39f1a6be73a088f2d587485f10d2788613830a89.tar.bz2 |
- Patch #234065 by David_Rothstein: added missing period.
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 |