diff --git a/cron.php b/cron.php index 31790bca81b..84927b75e72 100644 --- a/cron.php +++ b/cron.php @@ -1,6 +1,11 @@ "function"); $sql_updates = array( "2002-06-22: first update since Drupal 4.0.0 release" => "update_32", diff --git a/includes/conf.php b/includes/conf.php index 0c78ed344f9..3f04f1bccef 100644 --- a/includes/conf.php +++ b/includes/conf.php @@ -1,6 +1,11 @@ 'Blogger API', '%metaweblogAPI' => 'MetaWeblog API', '%moveabletype' => 'Moveable Type API')); case 'admin/modules#description': - return t('Enable users to post using applications that support XML-RPC blog APIs'); + return t('Enable users to post using applications that support XML-RPC blog APIs.'); } } diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module index af20f89e25b..ef902edb89f 100644 --- a/modules/blogapi/blogapi.module +++ b/modules/blogapi/blogapi.module @@ -1,6 +1,11 @@ 'Blogger API', '%metaweblogAPI' => 'MetaWeblog API', '%moveabletype' => 'Moveable Type API')); case 'admin/modules#description': - return t('Enable users to post using applications that support XML-RPC blog APIs'); + return t('Enable users to post using applications that support XML-RPC blog APIs.'); } } diff --git a/modules/book.module b/modules/book.module index 4dcdf18fbb5..1a30c292980 100644 --- a/modules/book.module +++ b/modules/book.module @@ -1,6 +1,11 @@