mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Fixed grammar in "Foldername" popup when adding a folder in
AssetAdmin. Should be "Folder name".
This commit is contained in:
parent
10f030de67
commit
8166c26a8f
@ -36,7 +36,7 @@ if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
|
|||||||
'CMSMAIN.AddSearchCriteria': 'Add Criteria',
|
'CMSMAIN.AddSearchCriteria': 'Add Criteria',
|
||||||
'WidgetAreaEditor.TOOMANY': 'Sorry, you have reached the maximum number of widgets in this area',
|
'WidgetAreaEditor.TOOMANY': 'Sorry, you have reached the maximum number of widgets in this area',
|
||||||
'AssetAdmin.ConfirmDelete': 'Do you really want to delete this folder and all contained files?',
|
'AssetAdmin.ConfirmDelete': 'Do you really want to delete this folder and all contained files?',
|
||||||
'Folder.Name': 'Foldername',
|
'Folder.Name': 'Folder name',
|
||||||
'Tree.AddSubPage': 'Add new page here',
|
'Tree.AddSubPage': 'Add new page here',
|
||||||
'Tree.EditPage': 'Edit'
|
'Tree.EditPage': 'Edit'
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user