Learn English – Antonym of the verb “complete”

negationprefixesun-deverbsword-choice

I have an action on a web form. It's a button whose action is to complete a case.

I need to name another button, and I want to use a verb that conveys the meaning of "undo the completion" of this case.

What's an appropriate antonym for the verb complete?

  • uncomplete — is this a real verb?
  • decomplete — is this a real verb?
  • other?

Button 1 is "Complete Case".

Button 2 needs its opposite.

Best Answer

It depends on what you are trying to do, and the broader context:

  • If you are simply stopping the process before completion Cancel would be appropriate
  • If you have made a change but want to back out Undo would be appropriate
  • If "Complete" is a record state, you have set a record to complete, and want to change that then "Make Incomplete", or "Back Out" would be appropriate.

In the last case it might also be possible to simply label the button "Incomplete", or have some sort of state combo to change the state, and then have a save button to commit.

However, there is no direct antonym to "complete".

FWIW, in user interface design it is often more appropriate to use a common idiom than it is to be strictly precise in the wording of your button.