title of preview button incorrect, fix ability to upload to webpages

This commit is contained in:
friendica
2015-03-30 19:41:42 -07:00
parent cff7696e98
commit d3c064cc34
4 changed files with 7 additions and 4 deletions

View File

@@ -170,7 +170,7 @@ function editlayout_content(&$a) {
'$acl' => '',
'$bang' => '',
'$profile_uid' => (intval($owner)),
'$preview' => true, // ((feature_enabled($uid,'preview')) ? t('Preview') : ''),
'$preview' => t('Preview'),
'$jotplugins' => $jotplugins,
'$sourceapp' => t($a->sourcename),
'$defexpire' => '',