fileList._removeCallback.bind(fileList, [filename]),
function() {
fileList.showFileBusyState(tr, false)
- OC.Notification.show(t('files_trashbin', 'Error while restoring file from trashbin'))
+ OC.Notification.show(t('files_trashbin', 'Error while restoring file from trash bin'))
}
)
},
fileList._removeCallback.bind(fileList, [filename]),
function() {
fileList.showFileBusyState(tr, false)
- OC.Notification.show(t('files_trashbin', 'Error while removing file from trashbin'))
+ OC.Notification.show(t('files_trashbin', 'Error while removing file from trash bin'))
}
)
},