small wording change

This commit is contained in:
Friendika 2011-04-12 21:37:54 -07:00
parent 4a514fa966
commit d4bb560e7f
3 changed files with 4 additions and 4 deletions

View 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())

View 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

View 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.';