Browse Source

fixing typos and l10n

tags/v6.0.0alpha2
Thomas Müller 10 years ago
parent
commit
c30c153ea5
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      apps/files/js/file-upload.js
  2. 2
    2
      apps/files/js/files.js

+ 1
- 1
apps/files/js/file-upload.js View File

@@ -169,7 +169,7 @@ OC.Upload = {
},
/**
* TODO checks the list of existing files prior to uploading and shows a simple dialog to choose
* skip all, replace all or choosw which files to keep
* skip all, replace all or choose which files to keep
* @param array selection of files to upload
* @param callbacks to call:
* onNoConflicts,

+ 2
- 2
apps/files/js/files.js View File

@@ -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'));
}
});
});

Loading…
Cancel
Save