diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-09 10:53:37 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-09 10:53:37 +0200 |
commit | 7e7678364b9e89337612d7879e7f5cbb0792b35b (patch) | |
tree | 6ed6d4fe0b7910decf28afccda2e17f02d2d5623 /include/widgets.php | |
parent | 4fd80304a55d7edb1a558ff1fdcbff795fa12302 (diff) | |
download | volse-hubzilla-7e7678364b9e89337612d7879e7f5cbb0792b35b.tar.gz volse-hubzilla-7e7678364b9e89337612d7879e7f5cbb0792b35b.tar.bz2 volse-hubzilla-7e7678364b9e89337612d7879e7f5cbb0792b35b.zip |
make jRange behave again
Diffstat (limited to 'include/widgets.php')
-rw-r--r-- | include/widgets.php | 4 |
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 +} |