diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-02-09 16:04:36 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-02-09 16:04:36 -0800 |
commit | 6a40e0a341d84e792990b22b10375b80e41bf6ba (patch) | |
tree | 5683c3f73316e9b6c66e76258411531929d096de /modules | |
parent | 8763e475adc7bb26ed9705c9d61a1db2b20e60c4 (diff) |
Revise the "review your permission" text to my liking.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index 3b7afec2..5c520172 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -13,7 +13,7 @@ </p> <ul> <li> - <?= t("Please <b>review album permissions</b> after the import! Permissions are imported, but user specific and item specific permissions are not supported in Gallery 3 and thus ignored.") ?> + <?= t("Gallery 3 does not support per-user / per-item permissions. <b>Review permissions after your import is done.</b>") ?> </li> <li> <?= t("The only supported file formats are JPG, PNG and GIF, FLV and MP4. Other formats will be skipped.") ?> |