aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-12-20 17:17:17 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2011-12-20 17:17:17 +0100
commitf3b499f1192a3cc2386aa639d2f0d2fa147e911a (patch)
tree528164831daba7714939ec3347fa81eef0aae165 /include/conversation.php
parent2a3f94e4521f00142b99ba4fa5f4ec093159cbb7 (diff)
downloadvolse-hubzilla-f3b499f1192a3cc2386aa639d2f0d2fa147e911a.tar.gz
volse-hubzilla-f3b499f1192a3cc2386aa639d2f0d2fa147e911a.tar.bz2
volse-hubzilla-f3b499f1192a3cc2386aa639d2f0d2fa147e911a.zip
quattro: more on editor
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php3
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'),