Index: Resources/Private/Language/locallang.xml =================================================================== --- Resources/Private/Language/locallang.xml (revision 3487) +++ Resources/Private/Language/locallang.xml (working copy) @@ -26,8 +26,7 @@ - - + Index: Resources/Public/JavaScript/actions.js =================================================================== --- Resources/Public/JavaScript/actions.js (revision 3488) +++ Resources/Public/JavaScript/actions.js (working copy) @@ -79,7 +79,7 @@ top.Ext.getCmp('executeMassActionOkButton').hide(); top.Ext.getCmp('executeMassActionCancleButton').setText(TYPO3.lang.close); top.Ext.getCmp('executeMassActionForm').show(); - top.Ext.getCmp('executeMassActionForm').update(TYPO3.lang["runMassAction.doneProcessing"] + response.total + TYPO3.lang["runMassAction.elements"]); + top.Ext.getCmp('executeMassActionForm').update(TYPO3.lang["runMassAction.done"].replace('%d', response.total)); } } },