From 0ad71b3efa7de4eb1f4313ffe4562ec83743bdc1 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 21 Jun 2015 19:11:07 -0700 Subject: import: Improve the descriptive text for this feature --- mod/import.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/import.php') diff --git a/mod/import.php b/mod/import.php index 85491bc5e..12d44659d 100644 --- a/mod/import.php +++ b/mod/import.php @@ -505,7 +505,7 @@ function import_content(&$a) { $o = replace_macros(get_markup_template('channel_import.tpl'),array( '$title' => t('Import Channel'), - '$desc' => t('Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file. Only identity and connections/relationships will be imported. Importation of content is not yet available.'), + '$desc' => t('Use this form to import an existing channel from a different server/hub. You may retrieve the channel identity from the old server/hub via the network or provide an export file.'), '$label_filename' => t('File to Upload'), '$choice' => t('Or provide the old server/hub details'), '$label_old_address' => t('Your old identity address (xyz@example.com)'), @@ -513,7 +513,7 @@ function import_content(&$a) { '$label_old_pass' => t('Your old login password'), '$common' => t('For either option, please choose whether to make this hub your new primary address, or whether your old location should continue this role. You will be able to post from either location, but only one can be marked as the primary location for files, photos, and media.'), '$label_import_primary' => t('Make this hub my primary location'), - '$label_import_posts' => t('Import existing posts if possible'), + '$label_import_posts' => t('Import existing posts if possible (experimental - limited by available memory'), '$pleasewait' => t('This process may take several minutes to complete. Please submit the form only once and leave this page open until finished.'), '$email' => '', '$pass' => '', -- cgit v1.2.3