From 92a8adea653b29a9e6ee7778e8628f57b959ca4f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 30 Dec 2008 16:43:20 +0000 Subject: - Patch #352470 by scor: fixed typos and grammar in comments. --- modules/system/system.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system/system.api.php') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index e2986a6d9..4738e2347 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -1202,8 +1202,8 @@ function hook_file_download($filepath) { * Drupal itself (by install.php) with an installation profile or later by hand. * As a consequence, install-time requirements must be checked without access * to the full Drupal API, because it is not available during install.php. - * For localisation you should for example use $t = get_t() to - * retrieve the appropriate localisation function name (t() or st()). + * For localization you should for example use $t = get_t() to + * retrieve the appropriate localization function name (t() or st()). * If a requirement has a severity of REQUIREMENT_ERROR, install.php will abort * or at least the module will not install. * Other severity levels have no effect on the installation. -- cgit v1.2.3