aboutsummaryrefslogtreecommitdiffstats
path: root/mod/uexport.php
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-12-16 18:13:04 +0000
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-12-16 18:13:04 +0000
commitd82c7c2067783c2696b33aae33c58d1c8bbe2832 (patch)
treeefd3e7da9ca844ae339216baaeab75995ccdd649 /mod/uexport.php
parent17e27d0d87d1197bd2928030ad98cd19869f78d4 (diff)
downloadvolse-hubzilla-d82c7c2067783c2696b33aae33c58d1c8bbe2832.tar.gz
volse-hubzilla-d82c7c2067783c2696b33aae33c58d1c8bbe2832.tar.bz2
volse-hubzilla-d82c7c2067783c2696b33aae33c58d1c8bbe2832.zip
Minor doco
Diffstat (limited to 'mod/uexport.php')
-rw-r--r--mod/uexport.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/uexport.php b/mod/uexport.php
index 4c1f6bee2..250a001a2 100644
--- a/mod/uexport.php
+++ b/mod/uexport.php
@@ -34,7 +34,7 @@ function uexport_content(&$a) {
'$basictitle' => t('Export Channel'),
'$basic' => t('Export your basic channel information to a small file. This acts as a backup of your connections, permissions, profile and basic data, which can be used to import your data to a new hub, but does not contain your content.'),
'$fulltitle' => t('Export Content'),
- '$full' => t('Export your channel information and all the content to a JSON backup. This backs up all of your connections, permissions, profile data and all of your content, but is generally not suitable for importing a channel to a new site as this file may be VERY large. Please be patient - it may take several minutes for this download to begin.')
+ '$full' => t('Export your channel information and all the content to a JSON backup. This backs up all of your connections, permissions, profile data and all of your content, but is generally not suitable for importing a channel to a new hub as this file may be VERY large. Please be patient - it may take several minutes for this download to begin.')
));
return $o;
}