diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-19 11:13:11 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-09-19 11:13:11 +0200 |
commit | c30c153ea517403ee479be739a503bd91bab272e (patch) | |
tree | a62fb9dd0604aa98206e2f3adb231614079ac3b7 /apps | |
parent | 0d81a53e12bed66e5ec9684424519913283110a5 (diff) | |
download | nextcloud-server-c30c153ea517403ee479be739a503bd91bab272e.tar.gz nextcloud-server-c30c153ea517403ee479be739a503bd91bab272e.zip |
fixing typos and l10n
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/js/file-upload.js | 2 | ||||
-rw-r--r-- | apps/files/js/files.js | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/js/file-upload.js b/apps/files/js/file-upload.js index 8e9bcb885f6..2c42f29445f 100644 --- a/apps/files/js/file-upload.js +++ b/apps/files/js/file-upload.js @@ -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, diff --git a/apps/files/js/files.js b/apps/files/js/files.js index 76f19b87cbc..ccb40e7216f 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -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')); } }); }); |