aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-10-08 13:52:26 +1100
committerredmatrix <redmatrix@redmatrix.me>2015-10-08 13:52:26 +1100
commitdb0a102703532ece17c7c72b4718c34db2a703af (patch)
treed1f8e5276ea8f704d4cd37ad0764e07584694632
parent3377b299572f3856ebba4c3375ef7d7136fa3666 (diff)
parent9034765790013931a447f8b7ac49c67683c213e7 (diff)
downloadvolse-hubzilla-db0a102703532ece17c7c72b4718c34db2a703af.tar.gz
volse-hubzilla-db0a102703532ece17c7c72b4718c34db2a703af.tar.bz2
volse-hubzilla-db0a102703532ece17c7c72b4718c34db2a703af.zip
Merge pull request #397 from anaqreon/uexport
There is no mod/import_items tool in RedMatrix
-rw-r--r--mod/uexport.php3
-rw-r--r--view/tpl/uexport.tpl2
2 files changed, 1 insertions, 4 deletions
diff --git a/mod/uexport.php b/mod/uexport.php
index 4e781fee1..c302b36d6 100644
--- a/mod/uexport.php
+++ b/mod/uexport.php
@@ -57,8 +57,7 @@ function uexport_content(&$a) {
'$extra' => t('You may also export your posts and conversations for a particular year or month. Adjust the date in your browser location bar to select other dates. If the export fails (possibly due to memory exhaustion on your server hub), please try again selecting a more limited date range.'),
'$extra2' => sprintf( t('To select all posts for a given year, such as this year, visit <a href="%1$s">%2$s</a>'),$yearurl,$yearurl),
- '$extra3' => sprintf( t('To select all posts for a given month, such as January of this year, visit <a href="%1$s">%2$s</a>'),$janurl,$janurl),
- '$extra4' => sprintf( t('These content files may be imported or restored by visiting <a href="%1$s">%2$s</a> on any site containing your channel. For best results please import or restore these in date order (oldest first).'),$impurl,$impurl)
+ '$extra3' => sprintf( t('To select all posts for a given month, such as January of this year, visit <a href="%1$s">%2$s</a>'),$janurl,$janurl)
));
return $o;
diff --git a/view/tpl/uexport.tpl b/view/tpl/uexport.tpl
index 7eafd97a6..3b08c1853 100644
--- a/view/tpl/uexport.tpl
+++ b/view/tpl/uexport.tpl
@@ -13,7 +13,5 @@
<p>{{$extra2}}</p>
<p>{{$extra3}}</p>
- <p>{{$extra4}}</p>
-
</div>
</div>