diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-03 12:05:25 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-03 12:14:51 +0000 |
commit | ad378cbe07fa55d681601a2516399eeb8ac92a38 (patch) | |
tree | bae09188180163ea530f98c280685a95e3b90200 /include/ItemObject.php | |
parent | b4e7d7f7c048c6a4521f286bafc214f235c3c5d1 (diff) | |
download | volse-hubzilla-ad378cbe07fa55d681601a2516399eeb8ac92a38.tar.gz volse-hubzilla-ad378cbe07fa55d681601a2516399eeb8ac92a38.tar.bz2 volse-hubzilla-ad378cbe07fa55d681601a2516399eeb8ac92a38.zip |
Updated strings for show entire post and show less to expand and collapse. See last few comments from me and Mario at https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r-- | include/ItemObject.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php index 72d6444f8..a5870ef91 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -313,7 +313,7 @@ class Item extends BaseObject { if(($nb_children > 2) || ($thread_level > 1)) { $result['children'][0]['comment_firstcollapsed'] = true; $result['children'][0]['num_comments'] = sprintf( tt('%d comment','%d comments',$total_children),$total_children ); - $result['children'][0]['hide_text'] = t('[+] show more comments'); + $result['children'][0]['hide_text'] = t('[+] show all'); if($thread_level > 1) { $result['children'][$nb_children - 1]['comment_lastcollapsed'] = true; } |