]> git.mxchange.org Git - friendica.git/commitdiff
small wording change
authorFriendika <info@friendika.com>
Wed, 13 Apr 2011 04:37:54 +0000 (21:37 -0700)
committerFriendika <info@friendika.com>
Wed, 13 Apr 2011 04:37:54 +0000 (21:37 -0700)
mod/profperm.php
util/messages.po
util/strings.php

index 2a1814639ac24c51442e707556680b1bc2837173..e70992a2b9f62a4f8b7dbe36eb11742cb6d2be70 100644 (file)
@@ -113,7 +113,7 @@ function profperm_content(&$a) {
        $o .= '<hr id="prof-separator" />';
        $o .= '<div id="prof-all-contacts">';
 
-               $o .= '<h3>' . t("All Contacts \x28with remote profile access\x29") . '</h3>';
+               $o .= '<h3>' . t("All Contacts \x28with secure profile access\x29") . '</h3>';
                $r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `blocked` = 0 and `pending` = 0 and `self` = 0 
                        AND `network` = 'dfrn' ORDER BY `name` ASC",
                        intval(local_user())
index e6807756126a62c3a64b45ef7bd4e97e4d4ba17b..f35865d4ea810bc233be9beb01b2e50ba3934527 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2.1.947\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-04-12 21:22-0700\n"
+"POT-Creation-Date: 2011-04-12 21:37-0700\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1499,7 +1499,7 @@ msgid "Visible To"
 msgstr ""
 
 #: ../../mod/profperm.php:116
-msgid "All Contacts (with remote profile access)"
+msgid "All Contacts (with secure profile access)"
 msgstr ""
 
 #: ../../mod/viewcontacts.php:17 ../../boot.php:1996
index d9e3c86486a70b8db51ee388acfcdc5957ea15d2..845d25b76f11e19d3c4943a423c53c423c68825e 100644 (file)
@@ -478,7 +478,7 @@ $a->strings['Edit visibility'] = 'Edit visibility';
 $a->strings['Invalid profile identifier.'] = 'Invalid profile identifier.';
 $a->strings['Profile Visibility Editor'] = 'Profile Visibility Editor';
 $a->strings['Visible To'] = 'Visible To';
-$a->strings["All Contacts \x28with remote profile access\x29"] = "All Contacts \x28with remote profile access\x29";
+$a->strings["All Contacts \x28with secure profile access\x29"] = "All Contacts \x28with secure profile access\x29";
 $a->strings['Invalid OpenID url'] = 'Invalid OpenID url';
 $a->strings['Please enter the required information.'] = 'Please enter the required information.';
 $a->strings['Please use a shorter name.'] = 'Please use a shorter name.';