]> git.mxchange.org Git - friendica.git/commitdiff
simplify wording throughout application to concepts which do not need explanations.
authorMike Macgirvin <mike@macgirvin.com>
Mon, 20 Sep 2010 03:52:39 +0000 (20:52 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Mon, 20 Sep 2010 03:52:39 +0000 (20:52 -0700)
view/dfrn_request.tpl
view/intros-top.tpl
view/intros.tpl
view/profile.php
view/settings_nick_set.tpl
view/settings_nick_subdir.tpl
view/theme/default/style.css

index 483cf6a6fda3e26e40a165e39d8699657bac6b99..0b02982d82cb586f0e26372310d873c7a179dc4d 100644 (file)
@@ -1,15 +1,16 @@
 
-<h1>Personal Introduction</h1>
+<h1>Friend/Connection Request</h1>
 
 <p id="dfrn-request-intro">
-You may introduce yourself to this member if you have a valid profile locator<br />
-on the <a href="http://dfrn.org">Distributed Friends and Relations Network (DFRN)</a>.
+You may request a connection with this member if you have a valid profile address<br />
+on one of the following social networks:<br />
+<ul id="dfrn-request-networks"><li><a href="http://dfrn.org">mistpark/DFRN</a></li></ul>
 </p>
 
 <form action="dfrn_request/$nickname" method="post" />
 
 <div id="dfrn-request-url-wrapper" >
-       <label id="dfrn-url-label" for="dfrn-url" >Your profile location:</label>
+       <label id="dfrn-url-label" for="dfrn-url" >Your profile address:</label>
        <input type="text" name="dfrn_url" id="dfrn-url" size="32" />
        <div id="dfrn-request-url-end"></div>
 </div>
index 71007dbf6ba95db873f5ccf99d99ddd4bd04e9c7..d8b7394a4a0cca44a6f9a73da84170c3a210fe43 100644 (file)
@@ -1,4 +1,4 @@
-<h1>Pending Introductions / Notifications</h1>
+<h1>Pending Friend/Connect Notifications</h1>
 
 <div id="notification-show-hide-wrapper" >
 <a href="$hide_url" id="notification-show-hide-link">$hide_text</a>
index 1ce8b372b592ca046b3832865eb9f25eb071806b..a56c7742d02f85be22ceb1e27afe7ab1fed7d221 100644 (file)
@@ -1,7 +1,7 @@
 
 <div class="intro-wrapper" id="intro-$contact-id" >
 
-<p class="intro-desc">Notification type: Introduction</p>
+<p class="intro-desc">Notification type: Friend/Connect Request</p>
 <div class="intro-fullname" id="intro-fullname-$contact-id" >$fullname</div>
 <a class="intro-url-link" id="intro-url-link-$contact-id" href="$url" ><img id="photo-$contact-id" class="intro-photo" src="$photo" width="175" height=175" name="$fullname" alt="fullname" /></a>
 <div class="intro-knowyou">Presumably known to you? <strong>$knowyou</strong></div>
index a07a4522021923030ef9ffd2c87dda1bfe559b9a..5b092d1dc9cb9b8bf86d3ae42c45af7dabfb763e 100644 (file)
@@ -21,7 +21,7 @@
        <div id="profile-extra-links">\r
        <ul>\r
        <?php if($profile['uid'] != $_SESSION['uid']) { ?>\r
-       <li><a id="dfrn-request-link" href="dfrn_request/<?php echo $profile['nickname']; ?>">Introductions</a></li>\r
+       <li><a id="dfrn-request-link" href="dfrn_request/<?php echo $profile['nickname']; ?>">Connect</a></li>\r
        <?php } ?>\r
        <?php if(! $profile['hide-friends']) echo '<li><a id="viewcontacts-link" href="viewcontacts/' . $profile['nickname'] . '">View Contacts</a></li>'; ?>\r
 \r
index 096d991d2986a25445d384323518c6de39877e33..a36b3b9a20dab0c780daa5b25f94e8e23347f61d 100644 (file)
@@ -1,7 +1,7 @@
 
 <div id="settings-nick-wrapper" >
 <p id="settings-nickname-desc">
-<span class="error-message">Your profile locator is <strong>'$nickname@$basepath'</strong></span>
+<span class="error-message">Your profile address is <strong>'$nickname@$basepath'</strong></span>
 </p>
 $subdir
 
index 401a6fd4bde13c4572bfd88933d8473562cbb474..303c24df71def64cc83a114faaa9b74014701296 100644 (file)
@@ -1,7 +1,6 @@
 <p>
 It appears that your website is located in a subdirectory of the<br />
-$hostname website and this setting may not work reliably.<br />
+$hostname website, so this setting may not work reliably.<br />
 </p>
-<p>If you have any issues, you may have better results using the profile<br />
-locator '<strong>$baseurl/profile/$nickname</strong>'.
+<p>If you have any issues, you may have better results using the profile<br /> address '<strong>$baseurl/profile/$nickname</strong>'.
 </p>
\ No newline at end of file
index 9edb6424a618dad0124dcb0f8643b6a8594c33ad..21d95cd685de4daf39316d1266bb3784e3f6f6c7 100644 (file)
@@ -1576,3 +1576,7 @@ input#dfrn-url {
        margin-top: 18px;
        margin-left: 20px;
 }
+
+#dfrn-request-networks {
+       margin-bottom: 30px;
+}
\ No newline at end of file