diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-06 21:10:59 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-06 21:10:59 -0700 |
commit | dfc704516ac8fe850874a62e5b982addabe813c6 (patch) | |
tree | 0112e2383cb416adefeebe369e57fc8d11176517 | |
parent | dff0ffc4f533f02193472438ba804801ccb81449 (diff) |
correct spacing in a message. thanks shai
-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 7cce4aa2..cc9d0a21 100644 --- a/modules/g2_import/helpers/g2_import.php +++ b/modules/g2_import/helpers/g2_import.php @@ -244,7 +244,7 @@ class g2_import_Core { break; case GROUP_SITE_ADMINS: - $message = t("Group 'Admin'does not exist in gallery3, skipping"); + $message = t("Group 'Admin' does not exist in gallery3, skipping"); break; // This is not a group in G3 case GROUP_EVERYBODY: |