Page MenuHomePhabricator

Commons upload warning options are ambiguously worded: "OK" and "Cancel"
Open, Needs TriagePublic

Description

The following warning:

Warning
We recommend that you properly fill in all the fields. Do you want to continue without correcting these warnings?
It is recommended that you fill in some categories for your uploads.

offers two buttons, "Cancel" and "OK". I don't know which button does what. I think, "OK", means, "Yes, continue", but maybe it means, "OK, let me fill in some categories"? Buttons like this should offer obvious, unambiguous, answers to the question being asked.

Screen Shot 2019-12-31 at 2.41.45 PM.png (2×2 px, 830 KB)

Event Timeline

Aklapper renamed this task from Commons upload warning is ambiguously worded to Commons upload warning options are ambiguously worded: "OK" and "Cancel".Dec 31 2019, 8:38 PM

Those looks like a OOUI simple confirmation dialog to me. Those options in simple dialogs can't be customized IIRC. So maybe we need to use other method of constructing OOUI windows.

FYI: I just fixed this in MediaUploader. The code around the dialog looks the same in UW, so porting the change should be trivial. See: T277293