fix wrong shared icon description

fix #2928

translation of string "Shared" has to be marked as located in "files" for the translation extractor
This commit is contained in:
Morris Jobke 2013-04-24 16:13:17 +02:00
parent b1c9b296e8
commit 637dd685db

View file

@ -113,6 +113,7 @@ var FileActions = {
}
});
if(actions.Share && !($('#dir').val() === '/' && file === 'Shared')){
// t('files', 'Share')
addAction('Share', actions.Share);
}