diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-04-23 11:37:39 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-04-23 11:37:39 +0200 |
commit | 9ac67b44e42f433e34f60556e631b7573a83eb50 (patch) | |
tree | 7b07c886de78aac5d2dcff0eb2c85edb87e6cba6 /include/conversation.php | |
parent | bc4a1ee500e834992bc6cc558f9d86e2ca8ea4dd (diff) | |
download | volse-hubzilla-9ac67b44e42f433e34f60556e631b7573a83eb50.tar.gz volse-hubzilla-9ac67b44e42f433e34f60556e631b7573a83eb50.tar.bz2 volse-hubzilla-9ac67b44e42f433e34f60556e631b7573a83eb50.zip |
strings update
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
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' => '#' ]; |