diff options
author | Friendika <info@friendika.com> | 2011-04-12 21:37:54 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-12 21:37:54 -0700 |
commit | d4bb560e7f6daae70cb13b7904cef189598d5f54 (patch) | |
tree | 852ce663624b9768ea1e13aa96df0b9d4f671b6a /util | |
parent | 4a514fa966b1725c27c5e2d816fee77d1340475b (diff) | |
download | volse-hubzilla-d4bb560e7f6daae70cb13b7904cef189598d5f54.tar.gz volse-hubzilla-d4bb560e7f6daae70cb13b7904cef189598d5f54.tar.bz2 volse-hubzilla-d4bb560e7f6daae70cb13b7904cef189598d5f54.zip |
small wording change
Diffstat (limited to 'util')
-rw-r--r-- | util/messages.po | 4 | ||||
-rw-r--r-- | util/strings.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/util/messages.po b/util/messages.po index e68077561..f35865d4e 100644 --- a/util/messages.po +++ b/util/messages.po @@ -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 diff --git a/util/strings.php b/util/strings.php index d9e3c8648..845d25b76 100644 --- a/util/strings.php +++ b/util/strings.php @@ -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.'; |