diff options
author | Friendika <info@friendika.com> | 2011-05-18 17:29:12 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-05-18 17:29:12 -0700 |
commit | 990d5e82a0c38831240590f907fb4c6efd62041d (patch) | |
tree | a281925eb1e553c2e26da3197057bf3de4336771 /mod | |
parent | a0a59e0518459076079e904cd257dd9608b9bd37 (diff) | |
download | volse-hubzilla-990d5e82a0c38831240590f907fb4c6efd62041d.tar.gz volse-hubzilla-990d5e82a0c38831240590f907fb4c6efd62041d.tar.bz2 volse-hubzilla-990d5e82a0c38831240590f907fb4c6efd62041d.zip |
doc updates - connecting to services
Diffstat (limited to 'mod')
-rw-r--r-- | mod/editpost.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index ab37cfe00..a0ffda167 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -101,6 +101,7 @@ function editpost_content(&$a) { '$defloc' => $a->user['default-location'], '$visitor' => 'none', '$emailcc' => t('CC: email addresses'), + '$public' => t('Public post'), '$jotnets' => $jotnets, '$emtitle' => t('Example: bob@example.com, mary@example.com'), '$lockstate' => $lockstate, |