summaryrefslogtreecommitdiffstats
path: root/settings/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-14 14:55:43 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-14 14:55:43 +0200
commit6e30ade0b34224f92ecf4bc7c95cc319006ee4b8 (patch)
tree5d245068b3ac33811f733d8e8cb1458ddfd5ee33 /settings/js
parentf2a21398d791beda3e1de0a5c4c12a141e70c795 (diff)
downloadnextcloud-server-6e30ade0b34224f92ecf4bc7c95cc319006ee4b8.tar.gz
nextcloud-server-6e30ade0b34224f92ecf4bc7c95cc319006ee4b8.zip
updated tipsy, tooltips finally work everywhere, thanks icewind
Diffstat (limited to 'settings/js')
-rw-r--r--settings/js/users.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/users.js b/settings/js/users.js
index 4c9aedd0e27..bc1b8fc3ed0 100644
--- a/settings/js/users.js
+++ b/settings/js/users.js
@@ -104,7 +104,7 @@ $(document).ready(function(){
});
tr.find('td.groups').append(select);
if(tr.find('td.remve img').length==0){
- tr.find('td.remove').append($('<img alt="Remove" title="'+t('settings','Remove')+'" class="svg action" src="'+OC.imagePath('core','actions/delete')+'"/>'));
+ tr.find('td.remove').append($('<img alt="Delete" title="'+t('settings','Delete')+'" class="svg action" src="'+OC.imagePath('core','actions/delete')+'"/>'));
}
applyMultiplySelect(select);
$('#content table tr').last().after(tr);