[Pkg-owncloud-commits] [owncloud] 105/199: show delete hint text on hovering trash

David Prévot taffit at moszumanska.debian.org
Sun Jun 1 18:53:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit f7cc07ba41a297fba28d97106d07061cb62a2120
Author: Volkan Gezer <volkangezer at gmail.com>
Date:   Wed May 28 20:27:28 2014 +0200

    show delete hint text on hovering trash
---
 apps/files/js/fileactions.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js
index 2edb45f..085195e 100644
--- a/apps/files/js/fileactions.js
+++ b/apps/files/js/fileactions.js
@@ -180,7 +180,7 @@
 				if (typeof trashBinApp !== 'undefined' && trashBinApp) {
 					html = '<a href="#" original-title="' + t('files', 'Delete permanently') + '" class="action delete delete-icon" />';
 				} else {
-					html = '<a href="#" class="action delete delete-icon" />';
+					html = '<a href="#" original-title="' + t('files', 'Delete') + '" class="action delete delete-icon" />';
 				}
 				var element = $(html);
 				element.data('action', actions['Delete']);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list