Merge pull request #13254 from owncloud/fixsharel10n

make Share/Download buttons localized again
This commit is contained in:
Thomas Müller 2015-01-12 09:31:35 +01:00
commit ddf81c2ed9
2 changed files with 2 additions and 2 deletions

View File

@ -469,7 +469,7 @@
if (url) {
OC.redirect(url);
}
});
}, t('files', 'Download'));
}
};

View File

@ -135,7 +135,7 @@
$tr.removeAttr('data-share-recipients');
}
});
});
}, t('files_sharing', 'Share'));
},
/**