diff options
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'), |