BUGFIX: Fixed name of subsite admin area - it is now 'Subsites', and will survive an i18ncollectortask execution. (from r92195) (from r96336)

This commit is contained in:
Tom Rix 2010-03-01 22:32:05 +00:00
parent 3ffbcc6d16
commit 7881338c2f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
global $lang;
$lang['en_US']['SubsiteAdmin']['MENUTITLE'] = array(
'Subsite',
'Subsites',
100,
'Menu title'
);