From 3e96490779f70a2133d463e15661cead6d5b716f Mon Sep 17 00:00:00 2001 From: Abinoam Jr Date: Tue, 31 Jan 2012 08:15:45 -0300 Subject: [PATCH] Friendika -> Friendica (uhremotestorage) --- uhremotestorage/uhremotestorage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uhremotestorage/uhremotestorage.php b/uhremotestorage/uhremotestorage.php index 5c182004..30600369 100755 --- a/uhremotestorage/uhremotestorage.php +++ b/uhremotestorage/uhremotestorage.php @@ -53,7 +53,7 @@ function uhremotestorage_settings($a, &$s){ $tpl = file_get_contents(dirname(__file__)."/settings.tpl"); $s .= replace_macros($tpl, array( '$title' => 'Unhosted remote storage', - '$desc' => sprintf( t('Allow to use your friendika id (%s) to connecto to external unhosted-enabled storage (like ownCloud)'), $uid ), + '$desc' => sprintf( t('Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud)'), $uid ), '$url' => array( 'unhoestedurl', t('Unhosted DAV storage url'), $davurl, 'If your are using ownCloud, your unhosted url will be like http://HOST/apps/remoteStorage/compat.php/USER/remoteStorage/'), '$submit' => t('Submit'), ));