aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-01-06 09:11:25 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-01-06 09:11:25 +0100
commitefe308b5ac9ac7e8d399fb880f31b6967de8fec1 (patch)
tree2b4e9ba4d155b267d21551f97a155b3e04dc2b97 /include/conversation.php
parenta9670cbb7d2cab644ee9d499aade98164f92631a (diff)
downloadvolse-hubzilla-efe308b5ac9ac7e8d399fb880f31b6967de8fec1.tar.gz
volse-hubzilla-efe308b5ac9ac7e8d399fb880f31b6967de8fec1.tar.bz2
volse-hubzilla-efe308b5ac9ac7e8d399fb880f31b6967de8fec1.zip
Use html5 placeholder for title text input
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 37fe32de1..2803d14e4 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -873,6 +873,7 @@ function status_editor($a,$x, $notes_cid = 0) {
'$placeholdertitle' => t('Set title'),
'$wait' => t('Please wait'),
'$permset' => t('Permission settings'),
+ '$shortpermset' => t('permissions'),
'$ptyp' => (($notes_cid) ? 'note' : 'wall'),
'$content' => '',
'$post_id' => '',
@@ -962,4 +963,4 @@ function find_thread_parent_index($arr,$x) {
if($v['id'] == $x['parent'])
return $k;
return false;
-} \ No newline at end of file
+}