diff options
author | git-marijus <mario@mariovavti.com> | 2013-07-11 17:39:45 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2013-07-11 17:39:45 +0200 |
commit | 8222cede814e012a0fb2f566d940b078c8fdca02 (patch) | |
tree | bf45d0df67c874b6a67c4cba691527d76fe88d82 /boot.php | |
parent | e29961f818c6401a0e771c029c18ce27573cb570 (diff) | |
download | volse-hubzilla-8222cede814e012a0fb2f566d940b078c8fdca02.tar.gz volse-hubzilla-8222cede814e012a0fb2f566d940b078c8fdca02.tar.bz2 volse-hubzilla-8222cede814e012a0fb2f566d940b078c8fdca02.zip |
Update boot.php
typo
Diffstat (limited to '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'), |