make Share button localized again

it seems we have forgotten to use named FileAction
This commit is contained in:
Volkan Gezer 2015-01-11 15:54:03 +01:00
parent 3425c73815
commit 691fab8be3
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'));
},
/**