mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Remove selected types from clipboard tooltip, nobody used them and they weren't translated.
This commit is contained in:
parent
f57178e92e
commit
b1a4006b02
@ -861,7 +861,7 @@ function egwPopupActionImplementation()
|
||||
}
|
||||
|
||||
// Set hint to something resembling current clipboard
|
||||
var hint = egw.lang('Clipboard') + ":\n[" + clipboard.type.join(',')+"]\n";
|
||||
var hint = egw.lang('Clipboard') + ":\n";
|
||||
paste_action.set_hint(hint);
|
||||
// Add titles of entries
|
||||
for(var i = 0; i < clipboard.selected.length; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user