diff options
author | Friendika <info@friendika.com> | 2011-04-20 04:50:12 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-20 04:50:12 -0700 |
commit | afe4cc8bfa01017f3dfc1f40892b78f125c596f9 (patch) | |
tree | 6807f55b790a5849d06923ab9ade6eb64166d2fa /util/strings.php | |
parent | e0e3cc7a7235fe129aefb0f9b01f36f2ba8b99d4 (diff) | |
download | volse-hubzilla-afe4cc8bfa01017f3dfc1f40892b78f125c596f9.tar.gz volse-hubzilla-afe4cc8bfa01017f3dfc1f40892b78f125c596f9.tar.bz2 volse-hubzilla-afe4cc8bfa01017f3dfc1f40892b78f125c596f9.zip |
pull request #91 fabrixxm (manual merge)
Diffstat (limited to 'util/strings.php')
-rw-r--r-- | util/strings.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/strings.php b/util/strings.php index 98c20fb26..cdfd3e6cf 100644 --- a/util/strings.php +++ b/util/strings.php @@ -143,7 +143,6 @@ $a->strings['Remote site reported: '] = 'Remote site reported: '; $a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again."; $a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked."; $a->strings['Unable to set contact photo.'] = 'Unable to set contact photo.'; -$a->strings['is now friends with'] = 'is now friends with'; $a->strings['Our site encryption key is apparently messed up.'] = 'Our site encryption key is apparently messed up.'; $a->strings['Empty site URL was provided or URL could not be decrypted by us.'] = 'Empty site URL was provided or URL could not be decrypted by us.'; $a->strings['Contact record was not found for you on our site.'] = 'Contact record was not found for you on our site.'; |