diff options
author | friendica <info@friendica.com> | 2012-04-26 19:55:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-26 19:55:20 -0700 |
commit | 3c6cf1f19ce783fe1b3b735cc405bf052d25aad7 (patch) | |
tree | 7aeb9b95a2c8c11707f3fab08165459d04e1e75b /include/conversation.php | |
parent | 2d94d216a3869827f890cbc2ca71f8b3d8ad935f (diff) | |
download | volse-hubzilla-3c6cf1f19ce783fe1b3b735cc405bf052d25aad7.tar.gz volse-hubzilla-3c6cf1f19ce783fe1b3b735cc405bf052d25aad7.tar.bz2 volse-hubzilla-3c6cf1f19ce783fe1b3b735cc405bf052d25aad7.zip |
make comment edit icons look more like base theme
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 8 |
1 files changed, 8 insertions, 0 deletions
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 : '') )); |