re-named variable to match scheme

This commit is contained in:
RJ Madsen 2017-07-06 16:37:55 -04:00
parent b7b8c5477b
commit 7593152bcb

View file

@ -38,7 +38,7 @@ function findpeople_widget() {
'$similar' => t('Similar Interests'), '$similar' => t('Similar Interests'),
'$random' => t('Random Profile'), '$random' => t('Random Profile'),
'$inv' => t('Invite Friends'), '$inv' => t('Invite Friends'),
'directory' => t('View Global Directory') '$directory' => t('View Global Directory')
)); ));
} }