diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-05 05:47:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-05 05:47:37 +0000 |
commit | 38f30507774872ece71c20083f32a930eed3f186 (patch) | |
tree | c9faa319f83051c60abc2706bf84b5615bbabb50 /modules/system/system.install | |
parent | a8e11de3d0b64da84d525384988a89ab7662ad5a (diff) | |
download | brdo-38f30507774872ece71c20083f32a930eed3f186.tar.gz brdo-38f30507774872ece71c20083f32a930eed3f186.tar.bz2 |
- Patch #101236 by Uwe Herman: fixed typos in the documentation.
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 23867ce73..dc4f33434 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1773,7 +1773,7 @@ function system_update_145() { $ret[] = update_sql("UPDATE {blocks} SET region = 'right' WHERE region = '1'"); db_query("UPDATE {blocks} SET theme = '%s'", $default_theme); - // Initialze block data for other enabled themes. + // Initialize block data for other enabled themes. $themes = list_themes(); foreach (array_keys($themes) as $theme) { if (($theme != $default_theme) && $themes[$theme]->status == 1) { @@ -3202,7 +3202,7 @@ function system_update_1005() { 'type' => '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.'), + 'description' => t('Stories are articles in their simplest form: they have a title, a teaser and a body, but can be extended 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, 'modified' => TRUE, 'locked' => FALSE, |