aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mod/editlayout.php3
-rw-r--r--mod/layouts.php2
2 files changed, 3 insertions, 2 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'),
diff --git a/mod/layouts.php b/mod/layouts.php
index b1e4cd345..1d33ba845 100644
--- a/mod/layouts.php
+++ b/mod/layouts.php
@@ -121,7 +121,7 @@ function layouts_content(&$a) {
'ptlabel' => t('Layout Name'),
'profile_uid' => intval($owner),
'expanded' => true,
- 'placeholdertitle' => t('Layout Description')
+ 'placeholdertitle' => t('Layout Description (Optional)')
);
if($_REQUEST['title'])