MINOR Fixed grammar in "Foldername" popup when adding a folder in

AssetAdmin. Should be "Folder name".
This commit is contained in:
Sean Harvey 2012-03-27 09:57:29 +13:00
parent 10f030de67
commit 8166c26a8f

View File

@ -36,7 +36,7 @@ if(typeof(ss) == 'undefined' || typeof(ss.i18n) == 'undefined') {
'CMSMAIN.AddSearchCriteria': 'Add Criteria',
'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?',
'Folder.Name': 'Foldername',
'Folder.Name': 'Folder name',
'Tree.AddSubPage': 'Add new page here',
'Tree.EditPage': 'Edit'
});