aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editwebpage.php
diff options
context:
space:
mode:
authorStefan Parviainen <saparvia@caterva.eu>2014-12-08 16:49:48 +0100
committerStefan Parviainen <saparvia@caterva.eu>2014-12-08 16:49:48 +0100
commit97d1072f9bc39b47769576e5885c04a5f1bacd9a (patch)
treed0195d8d3f30f423b6f2a67d0f8fd61f48c63957 /mod/editwebpage.php
parent81f3b206106b4f46c980a5cb04271752eb415b72 (diff)
downloadvolse-hubzilla-97d1072f9bc39b47769576e5885c04a5f1bacd9a.tar.gz
volse-hubzilla-97d1072f9bc39b47769576e5885c04a5f1bacd9a.tar.bz2
volse-hubzilla-97d1072f9bc39b47769576e5885c04a5f1bacd9a.zip
Make it clear that title and categories are optional
Diffstat (limited to 'mod/editwebpage.php')
-rw-r--r--mod/editwebpage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/editwebpage.php b/mod/editwebpage.php
index 2acb3bd84..1b1268914 100644
--- a/mod/editwebpage.php
+++ b/mod/editwebpage.php
@@ -195,9 +195,9 @@ function editwebpage_content(&$a) {
'$mimeselect' => $mimeselect,
'$layoutselect' => $layoutselect,
'$title' => htmlspecialchars($itm[0]['title'],ENT_COMPAT,'UTF-8'),
- '$placeholdertitle' => t('Set title'),
+ '$placeholdertitle' => t('Title (optional)'),
'$category' => '',
- '$placeholdercategory' => t('Categories (comma-separated list)'),
+ '$placeholdercategory' => t('Categories (optional, comma-separated list)'),
'$emtitle' => t('Example: bob@example.com, mary@example.com'),
'lockstate' => (((strlen($itm[0]['allow_cid'])) || (strlen($itm[0]['allow_gid'])) || (strlen($itm[0]['deny_cid'])) || (strlen($itm[0]['deny_gid']))) ? 'lock' : 'unlock'),
'$bang' => '',