aboutsummaryrefslogtreecommitdiff
path: root/plugins/video_customfields/video_customfields.module
diff options
context:
space:
mode:
authorFabio Varesano <fax8@13637.no-reply.drupal.org>2007-01-03 18:20:55 +0000
committerFabio Varesano <fax8@13637.no-reply.drupal.org>2007-01-03 18:20:55 +0000
commitfe99ce4a7d944e5a4b69828a3473ec33d77490ed (patch)
tree35a6cf4ddb4bb691ebbcaacd141b2cf04772bf8a /plugins/video_customfields/video_customfields.module
parent10b8a26d749a372dc75cdea4a280b67ecc33a404 (diff)
downloadvideo-fe99ce4a7d944e5a4b69828a3473ec33d77490ed.tar.gz
video-fe99ce4a7d944e5a4b69828a3473ec33d77490ed.tar.bz2
First letter capitalization.
Diffstat (limited to 'plugins/video_customfields/video_customfields.module')
-rw-r--r--plugins/video_customfields/video_customfields.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/video_customfields/video_customfields.module b/plugins/video_customfields/video_customfields.module
index fa48795..5b51c8e 100644
--- a/plugins/video_customfields/video_customfields.module
+++ b/plugins/video_customfields/video_customfields.module
@@ -35,8 +35,8 @@ function video_customfields_menu($may_cache) {
if ($may_cache) {
$items[] = array(
'path' => 'admin/content/video/customfields',
- 'title' => t('customfields'),
- 'description' => t('administer video_customfields module settings'),
+ 'title' => t('Customfields'),
+ 'description' => t('Administer video_customfields module settings'),
'callback' => 'drupal_get_form',
'callback arguments' => array('video_customfields_settings_form'),
'access' => user_access('administer site configuration'),