aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
authorfriendica <redmatrix@redmatrix.me>2015-04-09 15:45:44 -0700
committerfriendica <redmatrix@redmatrix.me>2015-04-09 15:45:44 -0700
commit07248dbc803e99245e17dd80cfd3e884579a40b0 (patch)
tree7c4d79a7cf03348ab4fdea8855d3e64f0d3fbd77 /include/widgets.php
parent2619b60721c328aacbf7bd30d47476a68ce9b203 (diff)
parent7f51c1ed45474aa64fe911c6c97cb39820f942c9 (diff)
downloadvolse-hubzilla-07248dbc803e99245e17dd80cfd3e884579a40b0.tar.gz
volse-hubzilla-07248dbc803e99245e17dd80cfd3e884579a40b0.tar.bz2
volse-hubzilla-07248dbc803e99245e17dd80cfd3e884579a40b0.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'include/widgets.php')
-rw-r--r--include/widgets.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 243c4a25e..e84c029d2 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -431,7 +431,7 @@ function widget_affinity($arr) {
'$coworkers' => t('Co-workers'),
'$oldfriends' => t('Former Friends'),
'$acquaintances' => t('Acquaintances'),
- '$world' => t('Everybody')
+ '$world' => t('All')
));
$arr = array('html' => $x);
call_hooks('main_slider',$arr);
@@ -968,4 +968,4 @@ function widget_pubsites() {
if(get_app()->poi)
return;
return '<div class="widget"><ul class="nav nav-pills"><li><a href="pubsites">' . t('Public Hubs') . '</a></li></ul></div>';
-} \ No newline at end of file
+}