diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-20 17:17:17 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-20 17:17:17 +0100 |
commit | f3b499f1192a3cc2386aa639d2f0d2fa147e911a (patch) | |
tree | 528164831daba7714939ec3347fa81eef0aae165 /include | |
parent | 2a3f94e4521f00142b99ba4fa5f4ec093159cbb7 (diff) | |
download | volse-hubzilla-f3b499f1192a3cc2386aa639d2f0d2fa147e911a.tar.gz volse-hubzilla-f3b499f1192a3cc2386aa639d2f0d2fa147e911a.tar.bz2 volse-hubzilla-f3b499f1192a3cc2386aa639d2f0d2fa147e911a.zip |
quattro: more on editor
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index deced3cb8..0c319e802 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -862,7 +862,8 @@ function status_editor($a,$x, $notes_cid = 0) { '$audio' => t('Insert audio link'), '$setloc' => t('Set your location'), '$noloc' => t('Clear browser location'), - '$title' => t('Set title'), + '$title' => "", + '$placeholdertitle' => t('Set title'), '$wait' => t('Please wait'), '$permset' => t('Permission settings'), '$ptyp' => (($notes_cid) ? 'note' : 'wall'), |