Fix alert text

This commit is contained in:
Volkan Gezer 2014-08-12 01:13:30 +02:00
parent 44ec8060a8
commit f2a775acb8

View file

@ -1320,7 +1320,7 @@
success: function(result) {
var fileInfo;
if (!result || result.status === 'error') {
OC.dialogs.alert(result.data.message, t('core', 'Could not rename file'));
OC.dialogs.alert(result.data.message, t('files', 'Could not rename file'));
fileInfo = oldFileInfo;
}
else {