summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-01-02 12:46:28 -0800
committerBharat Mediratta <bharat@menalto.com>2010-01-02 12:46:28 -0800
commit1544bea535cd9ef46ffb0c9414fcdb3302d56670 (patch)
treeab0a6f1444601a4661d149e475acfe99e252f0e9
parentf65794785a12ccdd289b24d061cb617740e7384b (diff)
Add a tip about deactivating some modules to make importing faster.
Combine two tips into one.
-rw-r--r--modules/g2_import/views/admin_g2_import.html.php4
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 5bac9e9e..ddd7c26f 100644
--- a/modules/g2_import/views/admin_g2_import.html.php
+++ b/modules/g2_import/views/admin_g2_import.html.php
@@ -16,10 +16,10 @@
<?= t("Permissions are <b>not imported</b>. You will have to set them again manually (for now).") ?>
</li>
<li>
- <?= t("The only supported image formats are JPG, PNG and GIF. Other formats will be skipped.") ?>
+ <?= t("The only supported file formats are JPG, PNG and GIF, FLV and MP4. Other formats will be skipped.") ?>
</li>
<li>
- <?= t("The only supported movie formats are FLV and MP4. Other formats will be skipped.") ?>
+ <?= t("Deactivating the <b>notification</b>, <b>search</b> and <b>exif</b> modules during your import will make it go faster.") ?>
</li>
<li>
<?= t("The eAccelerator PHP performance extension is known to cause issues. If you're using eAccelerator and having problems, please disable it while you do your import. One way to do that is to put <code>php_value eaccelerator.enable 0</code> in gallery3/.htaccess") ?>