From 3c61ba7f531f202c255fa7c4dbd4c4a089e90778 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 6 Nov 2012 15:01:46 +0000 Subject: [PATCH] Uimport - slightly modify text (better English, not better doco). --- mod/uimport.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"')), ), ));