Merge pull request #13254 from owncloud/fixsharel10n

make Share/Download buttons localized again
remotes/origin/fix-10825
Thomas Müller 12 years ago
commit ddf81c2ed9
  1. 2
      apps/files/js/fileactions.js
  2. 2
      apps/files_sharing/js/share.js

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

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

Loading…
Cancel
Save