From: Friendika Date: Mon, 28 Feb 2011 02:11:15 +0000 (-0800) Subject: simplify connect/follow text X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6ea77889b334f3515bbaf9a9b76da845061a1e21;p=friendica.git simplify connect/follow text --- diff --git a/mod/contacts.php b/mod/contacts.php index 8e069b2bd6..c2d28dc1f2 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -13,7 +13,7 @@ function contacts_init(&$a) { $tpl = load_view_file('view/follow.tpl'); $a->page['aside'] .= replace_macros($tpl,array( - '$label' => t('Connect/Follow [profile address]'), + '$label' => t('Connect/Follow'), '$hint' => t('Example: bob@example.com, http://example.com/barbara'), '$follow' => t('Follow') ));