]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/restoreaccount.php
Gah and a 302 in the non-exception-handling redirect too
[quix0rs-gnu-social.git] / actions / restoreaccount.php
index 22f0a8e5da5dc01c24e38cde1d3c10edd0f74969..81c792bd008b7b0afb1f172cc62b5aeb6ac7c452 100644 (file)
@@ -339,7 +339,7 @@ class RestoreAccountForm extends Form
         $this->out->elementStart('p', 'instructions');
 
         // TRANS: Form instructions for feed restore.
-        $this->out->raw(_('You can upload a backed-up stream in '.
+        $this->out->raw(_('You can upload a backed-up timeline in '.
                           '<a href="http://activitystrea.ms/">Activity Streams</a> format.'));
 
         $this->out->elementEnd('p');