diff options
author | git-marijus <mario@mariovavti.com> | 2014-12-09 11:55:55 +0100 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2014-12-09 11:55:55 +0100 |
commit | 1138e41de2352f30bafc7a9973b9f0e472c7d20f (patch) | |
tree | d0195d8d3f30f423b6f2a67d0f8fd61f48c63957 /mod/editlayout.php | |
parent | 81f3b206106b4f46c980a5cb04271752eb415b72 (diff) | |
parent | 97d1072f9bc39b47769576e5885c04a5f1bacd9a (diff) | |
download | volse-hubzilla-1138e41de2352f30bafc7a9973b9f0e472c7d20f.tar.gz volse-hubzilla-1138e41de2352f30bafc7a9973b9f0e472c7d20f.tar.bz2 volse-hubzilla-1138e41de2352f30bafc7a9973b9f0e472c7d20f.zip |
Merge pull request #733 from pafcu/rewordoptional
Make it clear that title and categories are optional
Diffstat (limited to 'mod/editlayout.php')
-rw-r--r-- | mod/editlayout.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/editlayout.php b/mod/editlayout.php index 94e2e628c..01f439cb2 100644 --- a/mod/editlayout.php +++ b/mod/editlayout.php @@ -156,10 +156,10 @@ function editlayout_content(&$a) { '$public' => t('Public post'), '$jotnets' => $jotnets, '$title' => htmlspecialchars($itm[0]['title'],ENT_COMPAT,'UTF-8'), - '$placeholdertitle' => t('Set title'), + '$placeholdertitle' => t('Title (optional)'), '$pagetitle' => $layout_title, '$category' => '', - '$placeholdercategory' => t('Categories (comma-separated list)'), + '$placeholdercategory' => t('Categories (optional, comma-separated list)'), '$emtitle' => t('Example: bob@example.com, mary@example.com'), '$lockstate' => $lockstate, '$acl' => '', |