aboutsummaryrefslogtreecommitdiffstats
path: root/include/widgets.php
diff options
context:
space:
mode:
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
+}