aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-04-23 11:37:39 +0200
committerMario Vavti <mario@mariovavti.com>2018-04-23 11:37:39 +0200
commit9ac67b44e42f433e34f60556e631b7573a83eb50 (patch)
tree7b07c886de78aac5d2dcff0eb2c85edb87e6cba6 /include
parentbc4a1ee500e834992bc6cc558f9d86e2ca8ea4dd (diff)
downloadvolse-hubzilla-9ac67b44e42f433e34f60556e631b7573a83eb50.tar.gz
volse-hubzilla-9ac67b44e42f433e34f60556e631b7573a83eb50.tar.bz2
volse-hubzilla-9ac67b44e42f433e34f60556e631b7573a83eb50.zip
strings update
Diffstat (limited to 'include')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 30acd6329..97dd402fc 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -930,7 +930,7 @@ function thread_action_menu($item,$mode = '') {
$menu[] = [
'menu' => 'view_source',
'title' => t('View Source'),
- 'icon' => 'eye',
+ 'icon' => 'code',
'action' => 'viewsrc(' . $item['id'] . '); return false;',
'href' => '#'
];