diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2013-07-11 09:04:57 -0700 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2013-07-11 09:04:57 -0700 |
commit | 8dd89a21a00cb2038999e3f23dffa26696f105c1 (patch) | |
tree | bf45d0df67c874b6a67c4cba691527d76fe88d82 | |
parent | e29961f818c6401a0e771c029c18ce27573cb570 (diff) | |
parent | 8222cede814e012a0fb2f566d940b078c8fdca02 (diff) | |
download | volse-hubzilla-8dd89a21a00cb2038999e3f23dffa26696f105c1.tar.gz volse-hubzilla-8dd89a21a00cb2038999e3f23dffa26696f105c1.tar.bz2 volse-hubzilla-8dd89a21a00cb2038999e3f23dffa26696f105c1.zip |
Merge pull request #76 from git-marijus/patch-4
Update boot.php
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2060,7 +2060,7 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){ ); if(feature_enabled(local_user(),'webpages')){ $tabs[] = array( - 'label' => t('Wepages'), + 'label' => t('Webpages'), 'url' => $a->get_baseurl() . '/webpages/' . $nickname, 'sel' => ((argv(0) == 'webpages') ? 'active' : ''), 'title' => t('Manage Webpages'), |