]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing typos and l10n
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 19 Sep 2013 09:13:11 +0000 (11:13 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 19 Sep 2013 09:13:11 +0000 (11:13 +0200)
apps/files/js/file-upload.js
apps/files/js/files.js

index 8e9bcb885f66e4ef683437a1990ba39c502fb056..2c42f29445f3bd53ab8995fa04385ffb82217403 100644 (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,
index 76f19b87cbcbbd044851e48baa5cbcae80b8c4f0..ccb40e7216f06891f03dda29ae6e4f4155faf25e 100644 (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'));
                                }
                        });
                });