Comment 1 for bug 1234211

Revision history for this message
dobey (dobey) wrote : Re: Texts in "Uninstall confirmation" in the UX doc look wrong

Copied over from the MP:

17 + var message = "Uninstall this app will delete all the related information. Are you sure you want to uninstall?";
18 + var preview = new Unity.GenericPreview("Confirmation", message, null);
19 + preview.add_action (new Unity.PreviewAction (ACTION_CLOSE_PREVIEW, ("Not anymore"), null));
20 + preview.add_action (new Unity.PreviewAction (ACTION_CONFIRM_UNINSTALL, ("Yes Uninstall"), null));

The text here should be changed, I think.

We should probably use "Remove" rather than "Uninstall" in the UI, For the message, I would suggest:

"Removing this application will delete all its information. Do you want to continue?"

And for the buttons, I would use "Cancel" and "Remove" respectively.

Also, we should use "application" in all UI, and not the short-hand "app."