diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-04-22 19:49:27 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-04-22 19:49:27 +0000 |
commit | 98d085e55f02dd19fde4fd3acda9037a9fe57bf4 (patch) | |
tree | e2fee3b1e27b5c4aa22e30a4dbea32ada90712bc /modules/g2_import/views | |
parent | 8141fd50889431059ec2def58418283ddb8f355b (diff) |
Minor cleanups:
* Delete g2_map records when the corresponding item is removed.
* Improve text on g2 import settings page
* Minor comment fixes.
Diffstat (limited to 'modules/g2_import/views')
-rw-r--r-- | modules/g2_import/views/admin_g2_import.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/g2_import/views/admin_g2_import.html.php b/modules/g2_import/views/admin_g2_import.html.php index 8b116ccd..e9d2d8ba 100644 --- a/modules/g2_import/views/admin_g2_import.html.php +++ b/modules/g2_import/views/admin_g2_import.html.php @@ -3,8 +3,8 @@ <h1> <?= t("Gallery 2 Import") ?> </h1> <p> <?= t("Import your Gallery 2 users, photos, movies, comments and tags into your new Gallery 3 installation.") ?> - </p> - + <?= t("<b>Note: The importer is a work in progress and does not currently support comments, tags, permissions, capture dates and movies (other than Flash video)</b>") ?> + </p> <?= $form ?> </div> |