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/files/js/files.js | |
parent | 0d81a53e12bed66e5ec9684424519913283110a5 (diff) | |
download | nextcloud-server-c30c153ea517403ee479be739a503bd91bab272e.tar.gz nextcloud-server-c30c153ea517403ee479be739a503bd91bab272e.zip |
fixing typos and l10n
Diffstat (limited to 'apps/files/js/files.js')
-rw-r--r-- | apps/files/js/files.js | 4 |
1 files changed, 2 insertions, 2 deletions
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')); } }); }); |