diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-11-22 15:27:26 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-11-22 15:27:26 +0100 |
commit | 9b5e6a1f7aa2ac44442501fe2f3886caacd52a1c (patch) | |
tree | 98fdadc4f6f6871f3ab52336808f282487c60037 /include/nav.php | |
parent | 060982adb426e629747d16410d554e0da333172d (diff) | |
download | volse-hubzilla-9b5e6a1f7aa2ac44442501fe2f3886caacd52a1c.tar.gz volse-hubzilla-9b5e6a1f7aa2ac44442501fe2f3886caacd52a1c.tar.bz2 volse-hubzilla-9b5e6a1f7aa2ac44442501fe2f3886caacd52a1c.zip |
use plural since we can have more than one wiki
Diffstat (limited to 'include/nav.php')
-rw-r--r-- | include/nav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php index 21da033a7..2762e2a14 100644 --- a/include/nav.php +++ b/include/nav.php @@ -108,7 +108,7 @@ EOT; if(feature_enabled($channel['channel_id'],'webpages') && (! $basic)) $nav['usermenu'][] = Array('webpages/' . $channel['channel_address'],t('Webpages'),"",t('Your webpages'),'webpages_nav_btn'); if(feature_enabled($channel['channel_id'],'wiki') && (! $basic)) - $nav['usermenu'][] = Array('wiki/' . $channel['channel_address'],t('Wiki'),"",t('Your wiki'),'wiki_nav_btn'); + $nav['usermenu'][] = Array('wiki/' . $channel['channel_address'],t('Wikis'),"",t('Your wikis'),'wiki_nav_btn'); } else { if(! get_account_id()) { |