diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-19 20:52:39 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-19 20:52:39 -0700 |
commit | 9a03834cefca5026057b2316c52c2b71e0d07f49 (patch) | |
tree | f367ee75ac4c0136beee88d4ee1e5eff547a7277 /view/profile.php | |
parent | 2e35d7010b363222d0a82fe440a10329e13543d7 (diff) | |
download | volse-hubzilla-9a03834cefca5026057b2316c52c2b71e0d07f49.tar.gz volse-hubzilla-9a03834cefca5026057b2316c52c2b71e0d07f49.tar.bz2 volse-hubzilla-9a03834cefca5026057b2316c52c2b71e0d07f49.zip |
simplify wording throughout application to concepts which do not need explanations.
Diffstat (limited to 'view/profile.php')
-rw-r--r-- | view/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profile.php b/view/profile.php index a07a45220..5b092d1dc 100644 --- a/view/profile.php +++ b/view/profile.php @@ -21,7 +21,7 @@ <div id="profile-extra-links">
<ul>
<?php if($profile['uid'] != $_SESSION['uid']) { ?>
- <li><a id="dfrn-request-link" href="dfrn_request/<?php echo $profile['nickname']; ?>">Introductions</a></li>
+ <li><a id="dfrn-request-link" href="dfrn_request/<?php echo $profile['nickname']; ?>">Connect</a></li>
<?php } ?>
<?php if(! $profile['hide-friends']) echo '<li><a id="viewcontacts-link" href="viewcontacts/' . $profile['nickname'] . '">View Contacts</a></li>'; ?>
|