diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-29 16:33:03 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-29 16:33:03 +0200 |
commit | f987fc3e6fcd4cda0bfe2a92d7b4b04e79159e89 (patch) | |
tree | 1bd40764eaac73988a1c0b6067af30a7f3cc034e /mod/editlayout.php | |
parent | bc44b6f793c686255ab1c6d2e18a6dbe754b6b96 (diff) | |
download | volse-hubzilla-f987fc3e6fcd4cda0bfe2a92d7b4b04e79159e89.tar.gz volse-hubzilla-f987fc3e6fcd4cda0bfe2a92d7b4b04e79159e89.tar.bz2 volse-hubzilla-f987fc3e6fcd4cda0bfe2a92d7b4b04e79159e89.zip |
adjust placeholder naming
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'), |