From 4231d124fea4c8f9bb2bf79d6049899fbc6b1f9b Mon Sep 17 00:00:00 2001 From: Jordi Piguillem Date: Fri, 14 May 2010 08:30:26 +0000 Subject: [PATCH] [MDL-22112] Adding some strings --- mod/wiki/lang/en/wiki.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/wiki/lang/en/wiki.php b/mod/wiki/lang/en/wiki.php index d9456428102..fdba3839d99 100644 --- a/mod/wiki/lang/en/wiki.php +++ b/mod/wiki/lang/en/wiki.php @@ -90,6 +90,7 @@ $string['norated']='This page has not been rated yet, be the first!'; $string['norating'] = 'No rating'; $string['nosearchresults'] = 'No results'; $string['noteditblocks'] = 'Turn edit blocks off'; +$string['notingroup'] = 'Not in group'; $string['notopages'] = 'This page does not link to other pages'; $string['notmigrated'] = 'This wiki has not been migrated yet. Please contact your administrator.'; $string['noupdatedpages'] = 'There are no updated pages';