rename History to Versions

This commit is contained in:
Björn Schießle 2013-02-27 15:46:49 +01:00
parent d9e75c2b92
commit 9b220d0b93
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
$(document).ready(function(){
if (typeof FileActions !== 'undefined') {
// Add history button to 'files/index.php'
// Add versions button to 'files/index.php'
FileActions.register(
'file'
, t('files_versions', 'History')
, t('files_versions', 'Versions')
, OC.PERMISSION_UPDATE
, function() {
// Specify icon for hitory button