|
|
|
@ -499,7 +499,7 @@ var folderDropOptions={ |
|
|
|
|
$('#notification').fadeIn(); |
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
OC.dialogs.alert(t('Error moving file'), t('core', 'Error')); |
|
|
|
|
OC.dialogs.alert(t('files', 'Error moving file'), t('files', 'Error')); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
@ -537,7 +537,7 @@ var crumbDropOptions={ |
|
|
|
|
$('#notification').fadeIn(); |
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
OC.dialogs.alert(t('Error moving file'), t('core', 'Error')); |
|
|
|
|
OC.dialogs.alert(t('files', 'Error moving file'), t('files', 'Error')); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|