From 8222cede814e012a0fb2f566d940b078c8fdca02 Mon Sep 17 00:00:00 2001 From: git-marijus Date: Thu, 11 Jul 2013 17:39:45 +0200 Subject: Update boot.php typo --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 94affb786..9facdd005 100755 --- a/boot.php +++ b/boot.php @@ -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'), -- cgit v1.2.3