diff --git a/mod/uimport.php b/mod/uimport.php index f5f7366f59..5fe2642fc6 100644 --- a/mod/uimport.php +++ b/mod/uimport.php @@ -41,9 +41,9 @@ function uimport_content(&$a) { '$regbutt' => t('Import'), '$import' => array( 'title' => t("Move account"), - 'text' => t("You can move here an account from another Friendica server.
- You need to export your account form the old server and upload it here. We will create here your old account with all your contacts. We will try also to inform you friends that you moved here.
- This feature is experimental. We can't move here contacts from ostatus network (statusnet/identi.ca) or from diaspora"), + 'text' => t("You can import an account from another Friendica server.
+ 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.
+ 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"')), ), ));