X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Frestoreaccount.php;h=81c792bd008b7b0afb1f172cc62b5aeb6ac7c452;hb=c0f65f6ea76ffa035cbf2c4126bedaae9d8752c8;hp=b32553a68d04069a20f14012f314684a7b3ba660;hpb=1543af748c7fe4be28348dfbfcdbde226c05ae29;p=quix0rs-gnu-social.git diff --git a/actions/restoreaccount.php b/actions/restoreaccount.php index b32553a68d..81c792bd00 100644 --- a/actions/restoreaccount.php +++ b/actions/restoreaccount.php @@ -57,7 +57,7 @@ class RestoreaccountAction extends Action function title() { // TRANS: Page title for page where a user account can be restored from backup. - return _("Restore account"); + return _('Restore account'); } /** @@ -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 '. 'Activity Streams format.')); $this->out->elementEnd('p');