Merge pull request #10357 from owncloud/l10n-alert-fix

Fix alert text
This commit is contained in:
Volkan Gezer 2014-08-12 13:56:33 +02:00
commit e18b0fca47
1 changed files with 1 additions and 1 deletions

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 {