diff options
author | friendica <redmatrix@redmatrix.me> | 2015-04-30 17:53:47 -0700 |
---|---|---|
committer | friendica <redmatrix@redmatrix.me> | 2015-04-30 17:53:47 -0700 |
commit | 9fc87d43c9a38b3ba1079412fde81ef0f5190fed (patch) | |
tree | 678814e4037551388050c3afb1eb8cae39615b92 /mod/editlayout.php | |
parent | 097002910ead3ec263f723eb66e659f0469b8bb6 (diff) | |
parent | e8d2dd7204b2ae80819905075de1a036c2be9aa6 (diff) | |
download | volse-hubzilla-9fc87d43c9a38b3ba1079412fde81ef0f5190fed.tar.gz volse-hubzilla-9fc87d43c9a38b3ba1079412fde81ef0f5190fed.tar.bz2 volse-hubzilla-9fc87d43c9a38b3ba1079412fde81ef0f5190fed.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'mod/editlayout.php')
-rw-r--r-- | mod/editlayout.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/editlayout.php b/mod/editlayout.php index 5c9b62cbb..706720667 100644 --- a/mod/editlayout.php +++ b/mod/editlayout.php @@ -161,8 +161,9 @@ function editlayout_content(&$a) { '$public' => t('Public post'), '$jotnets' => $jotnets, '$title' => htmlspecialchars($itm[0]['title'],ENT_COMPAT,'UTF-8'), - '$placeholdertitle' => t('Title (optional)'), + '$placeholdertitle' => t('Layout Description (Optional)'), '$pagetitle' => $layout_title, + '$placeholdpagetitle' => t('Layout Name'), '$category' => '', '$placeholdercategory' => t('Categories (optional, comma-separated list)'), '$emtitle' => t('Example: bob@example.com, mary@example.com'), |