aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-21 19:11:07 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-21 19:11:07 -0700
commit0ad71b3efa7de4eb1f4313ffe4562ec83743bdc1 (patch)
tree7107781abd49a82e086e36fb74d52de86cc570f2
parentf59edbb48f8d8cb5ebc484252bd6cf08f0f95c62 (diff)
downloadvolse-hubzilla-0ad71b3efa7de4eb1f4313ffe4562ec83743bdc1.tar.gz
volse-hubzilla-0ad71b3efa7de4eb1f4313ffe4562ec83743bdc1.tar.bz2
volse-hubzilla-0ad71b3efa7de4eb1f4313ffe4562ec83743bdc1.zip
import: Improve the descriptive text for this feature
-rw-r--r--mod/import.php4
1 files changed, 2 insertions, 2 deletions
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' => '',