simplify connect/follow text

This commit is contained in:
Friendika 2011-02-27 18:11:15 -08:00
parent 9102fb3a6f
commit 6ea77889b3
1 changed files with 1 additions and 1 deletions

View File

@ -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')
));