diff options
author | friendica <info@friendica.com> | 2013-08-06 17:15:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-06 17:15:41 -0700 |
commit | 99bd0712b6170b337de6d1c31db7c66ad8a18767 (patch) | |
tree | 88c84722833fa1deeea20efc4e1cac3e2f49a0bc /view/ru/strings.php | |
parent | 687ea0ca249b20f790be2dcedc1ca8d60a76135d (diff) | |
download | volse-hubzilla-99bd0712b6170b337de6d1c31db7c66ad8a18767.tar.gz volse-hubzilla-99bd0712b6170b337de6d1c31db7c66ad8a18767.tar.bz2 volse-hubzilla-99bd0712b6170b337de6d1c31db7c66ad8a18767.zip |
Add a site access policy (to determine if this is really a public site or just an open site) and add an orphan flag to xchans in case all their hublocs go away. Get rid of a couple of DO NOT EDIT template messages which were still lurking in the tree.
Diffstat (limited to 'view/ru/strings.php')
-rw-r--r-- | view/ru/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/ru/strings.php b/view/ru/strings.php index 90e08ca4a..03d38589a 100644 --- a/view/ru/strings.php +++ b/view/ru/strings.php @@ -1172,7 +1172,7 @@ $a->strings["Connections: settings for %s"] = ""; $a->strings["When receiving a channel introduction, any permissions provided here will be applied to the new connection automatically and the introduction approved. Leave this page if you do not wish to use this feature."] = ""; $a->strings["Slide to adjust your degree of friendship"] = ""; $a->strings["Connection has no individual permissions!"] = ""; -$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\"] = ""; +$a->strings["This may be appropriate based on your <a href=\"settings\">privacy settings</a>, though you may wish to review the \"Advanced Permissions\""] = ""; $a->strings["Profile Visibility"] = ""; $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = ""; $a->strings["Contact Information / Notes"] = ""; |