aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2013-07-11 17:39:45 +0200
committergit-marijus <mario@mariovavti.com>2013-07-11 17:39:45 +0200
commit8222cede814e012a0fb2f566d940b078c8fdca02 (patch)
treebf45d0df67c874b6a67c4cba691527d76fe88d82
parente29961f818c6401a0e771c029c18ce27573cb570 (diff)
downloadvolse-hubzilla-8222cede814e012a0fb2f566d940b078c8fdca02.tar.gz
volse-hubzilla-8222cede814e012a0fb2f566d940b078c8fdca02.tar.bz2
volse-hubzilla-8222cede814e012a0fb2f566d940b078c8fdca02.zip
Update boot.php
typo
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
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'),