pasting large amounts of text produces an ok/cancel dialog; should be a yes/no dialog
the dialog (in MkPostForm.vue
, look for attachAsFileQuestion
) is a os.confirm
dialog, but pressing "cancel" does not cancel the operation: it actually pastes the content.
the behaviour is correct, the button labels are not.
there are already translation entries for yes/no, we may need a now os.*
function though