diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-11-10 06:48:59 -0800 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-11-10 06:48:59 -0800 |
commit | 39191744339e1dd40cb2409f7fc7d05142b74110 (patch) | |
tree | 1ef03445af3861ded98d69a32a42a6dfab18d5d8 /sites | |
parent | 5e3c77b607edb31588d50764e31f484590cd6352 (diff) | |
download | brdo-39191744339e1dd40cb2409f7fc7d05142b74110.tar.gz brdo-39191744339e1dd40cb2409f7fc7d05142b74110.tar.bz2 |
Issue #1829366 by gcassie: Fix up grammar and caps in default settings.php file
Diffstat (limited to 'sites')
-rw-r--r-- | sites/default/default.settings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 2b207f224..40f552e1d 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -147,7 +147,7 @@ * 'authmap' => 'shared_', * ), * @endcode - * You can also use a reference to a schema/database as a prefix. This maybe + * You can also use a reference to a schema/database as a prefix. This may be * useful if your Drupal installation exists in a schema that is not the default * or you want to access several databases from the same code base at the same * time. @@ -435,7 +435,7 @@ ini_set('session.cookie_lifetime', 2000000); /** * String overrides: * - * To override specific strings on your site with or without enabling locale + * To override specific strings on your site with or without enabling the Locale * module, add an entry to this list. This functionality allows you to change * a small number of your site's default English language interface strings. * |