diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-10-22 08:28:47 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-10-22 08:28:47 +0000 |
commit | 36d44fbfb07e4682f219368e1424c58fc61315a1 (patch) | |
tree | d6a5363c6ec34a5b81aac6fee283ee7479d45ea4 /modules/system/system.install | |
parent | c93c0fc7000f5cbb78ac2715ace58c28b789dc81 (diff) | |
download | brdo-36d44fbfb07e4682f219368e1424c58fc61315a1.tar.gz brdo-36d44fbfb07e4682f219368e1424c58fc61315a1.tar.bz2 |
#84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 9014c05b5..8c3bb8a10 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3217,7 +3217,7 @@ function system_update_1005() { $types = array( array( 'type' => 'page', - 'name' => t('page'), + 'name' => t('Page'), 'module' => 'node', 'description' => t('If you want to add a static page, like a contact page or an about page, use a page.'), 'custom' => TRUE, @@ -3226,7 +3226,7 @@ function system_update_1005() { ), array( 'type' => 'story', - 'name' => t('story'), + 'name' => t('Story'), 'module' => 'node', 'description' => t('Stories are articles in their simplest form: they have a title, a teaser and a body, but can be extendd by other modules. The teaser is part of the body too. Stories may be used as a personal blog or for news articles.'), 'custom' => TRUE, |