From a29f592ba774740de8c59c4204c48966d5120d3d Mon Sep 17 00:00:00 2001 From: Abinoam Jr Date: Wed, 29 May 2013 10:00:35 -0300 Subject: [PATCH] Fix tiny typo on mod/uimport.php --- mod/uimport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/uimport.php b/mod/uimport.php index 6cca08cdaf..f61eab0a1b 100644 --- a/mod/uimport.php +++ b/mod/uimport.php @@ -67,7 +67,7 @@ function uimport_content(&$a) { 'intro' => t("You can import an account from another Friendica server."), 'instruct' => t("You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."), 'warn' => t("This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"), - 'field' => array('accountfile', t('Account file'),'', t('To export your accont, go to "Settings->Export your porsonal data" and select "Export account"')), + 'field' => array('accountfile', t('Account file'),'', t('To export your account, go to "Settings->Export your personal data" and select "Export account"')), ), )); }