From 9b5e6a1f7aa2ac44442501fe2f3886caacd52a1c Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 22 Nov 2016 15:27:26 +0100 Subject: use plural since we can have more than one wiki --- include/conversation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/conversation.php') diff --git a/include/conversation.php b/include/conversation.php index c260eb4a0..f04fa89a0 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1752,7 +1752,7 @@ function profile_tabs($a, $is_owner = false, $nickname = null){ if(feature_enabled($uid,'wiki') && (get_account_techlevel($account_id) > 3)) { $tabs[] = array( - 'label' => t('Wiki'), + 'label' => t('Wikis'), 'url' => z_root() . '/wiki/' . $nickname, 'sel' => ((argv(0) == 'wiki') ? 'active' : ''), 'title' => t('Wiki'), -- cgit v1.2.3