mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
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:
parent
3ffbcc6d16
commit
7881338c2f
@ -3,7 +3,7 @@
|
|||||||
global $lang;
|
global $lang;
|
||||||
|
|
||||||
$lang['en_US']['SubsiteAdmin']['MENUTITLE'] = array(
|
$lang['en_US']['SubsiteAdmin']['MENUTITLE'] = array(
|
||||||
'Subsite',
|
'Subsites',
|
||||||
100,
|
100,
|
||||||
'Menu title'
|
'Menu title'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user