Remove selected types from clipboard tooltip, nobody used them and they weren't translated.

This commit is contained in:
nathangray 2021-03-17 10:29:43 -06:00
parent f57178e92e
commit b1a4006b02

View File

@ -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++)