fix typo, i81n

This commit is contained in:
Garvin Hicking 2014-05-28 10:37:00 +02:00
parent dab92bdca6
commit ffb1a0769a
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
@define('CUSTOM_CONFIG', 'Custom configuration file');
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');

View File

@ -1305,7 +1305,7 @@ $(function() {
});
}
// UI-flow whe nselecting multiple images in ML upload
// UI-flow when selecting multiple images in ML upload
if ($('.uploadform_userfile').length > 0) {
$('.uploadform_userfile').change(function() {
if ($(this).get(0).files.length > 1) {