From e27ec205f7d9fc1398f7c46efe5a6c5e216bc3f3 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 10 Oct 2012 10:26:08 -0700 Subject: Issue #1799116 by jwilson3: Standardize on installation profile terminology --- includes/unicode.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/unicode.inc') diff --git a/includes/unicode.inc b/includes/unicode.inc index cd9cd9bf0..81a0a4dfe 100644 --- a/includes/unicode.inc +++ b/includes/unicode.inc @@ -96,7 +96,7 @@ function unicode_check() { * Whether to report any fatal errors with form_set_error(). */ function _unicode_check() { - // Ensure translations don't break at install time + // Ensure translations don't break during installation. $t = get_t(); // Check for mbstring extension @@ -128,7 +128,7 @@ function _unicode_check() { * Return Unicode library status and errors. */ function unicode_requirements() { - // Ensure translations don't break at install time + // Ensure translations don't break during installation. $t = get_t(); $libraries = array( -- cgit v1.2.3