From 3c6cf1f19ce783fe1b3b735cc405bf052d25aad7 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 26 Apr 2012 19:55:20 -0700 Subject: make comment edit icons look more like base theme --- include/conversation.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/conversation.php b/include/conversation.php index 1b869b91e..521b4623b 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -553,6 +553,14 @@ function conversation(&$a, $items, $mode, $update, $preview = false) { '$myphoto' => $a->contact['thumb'], '$comment' => t('Comment'), '$submit' => t('Submit'), + '$edbold' => t('Bold'), + '$editalic' => t('Italic'), + '$eduline' => t('Underline'), + '$edquote' => t('Quote'), + '$edcode' => t('Code'), + '$edimg' => t('Image'), + '$edurl' => t('Link'), + '$edvideo' => t('Video'), '$preview' => t('Preview'), '$ww' => (($mode === 'network') ? $commentww : '') )); -- cgit v1.2.3