diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-28 12:15:52 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-28 12:15:52 -0700 |
commit | 7ea13b3869dee33804606a17488bb1cd26759bdb (patch) | |
tree | 39c98eb3b788e528003730894a3f897a579a3808 /modules/g2_import/helpers | |
parent | 8ef78de3f72f695225ac87223d0815235a630417 (diff) |
Normalize capitalization ticket #596
Diffstat (limited to 'modules/g2_import/helpers')
-rw-r--r-- | modules/g2_import/helpers/g2_import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/helpers/g2_import.php b/modules/g2_import/helpers/g2_import.php index f55e7f32..248f8017 100644 --- a/modules/g2_import/helpers/g2_import.php +++ b/modules/g2_import/helpers/g2_import.php @@ -271,7 +271,7 @@ class g2_import_Core { if (g2(GalleryCoreApi::isAnonymousUser($g2_user_id))) { self::set_map($g2_user_id, identity::guest()->id); - return t("Skipping Anonymous User"); + return t("Skipping anonymous user"); } $g2_admin_group_id = |