From ed2ee8c411cdae7679944a8b6aac05425a51faed Mon Sep 17 00:00:00 2001
From: Michael Gapczynski <mtgap@owncloud.com>
Date: Mon, 28 Jan 2013 23:16:29 -0500
Subject: [PATCH] Change file action text for files inside shared folders as
 well

---
 core/js/share.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/js/share.js b/core/js/share.js
index 1e3a34b745..b9b7201dd8 100644
--- a/core/js/share.js
+++ b/core/js/share.js
@@ -40,6 +40,7 @@ OC.Share={
 									if (img.attr('src') != OC.imagePath('core', 'actions/public')) {
 										img.attr('src', image);
 										action.addClass('permanent');
+										action.html(action.html().replace(t('core', 'Share'), t('core', 'Shared')));
 									}
 								}
 								last = path;
-- 
GitLab