mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +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
|
// 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);
|
paste_action.set_hint(hint);
|
||||||
// Add titles of entries
|
// Add titles of entries
|
||||||
for(var i = 0; i < clipboard.selected.length; i++)
|
for(var i = 0; i < clipboard.selected.length; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user