From efe308b5ac9ac7e8d399fb880f31b6967de8fec1 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 6 Jan 2012 09:11:25 +0100 Subject: Use html5 placeholder for title text input --- include/conversation.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 +} -- cgit v1.2.3