When to use “confirm” and when to use “continue” and when to use “proceed”?
I have a software program, where the user should confirm an action, which might be dangerous. Which text should I display on that button: Confirm, Continue or Proceed?
word-usage differences
add a comment |
I have a software program, where the user should confirm an action, which might be dangerous. Which text should I display on that button: Confirm, Continue or Proceed?
word-usage differences
1
No one can say when you should use (write? pronounce? code?) any word at all without some idea of what you mean to accomplish by doing so.
– John Lawler
Jun 11 '18 at 19:09
1
@JohnLawler specified the question.
– Tobias Brohl
Jun 11 '18 at 19:15
2
You shouldn't use a single verb as a display, then. You should use a whole verb phrase like "Confirm that you would like to<perform action>anyway" that indicates what's at issue. Single-word responses like "continue" should be avoided.
– John Lawler
Jun 11 '18 at 19:26
@JohnLawler There is a further description provided, it's about the text displayed on the button
– Tobias Brohl
Jun 11 '18 at 19:28
2
Then the text on the button should use whatever verb is used in the description, so the user will relate the two. Many users don't do this automatically.
– John Lawler
Jun 11 '18 at 19:32
add a comment |
I have a software program, where the user should confirm an action, which might be dangerous. Which text should I display on that button: Confirm, Continue or Proceed?
word-usage differences
I have a software program, where the user should confirm an action, which might be dangerous. Which text should I display on that button: Confirm, Continue or Proceed?
word-usage differences
word-usage differences
edited Jun 11 '18 at 20:31
Oliver Mason
3,0001521
3,0001521
asked Jun 11 '18 at 18:45
Tobias BrohlTobias Brohl
1033
1033
1
No one can say when you should use (write? pronounce? code?) any word at all without some idea of what you mean to accomplish by doing so.
– John Lawler
Jun 11 '18 at 19:09
1
@JohnLawler specified the question.
– Tobias Brohl
Jun 11 '18 at 19:15
2
You shouldn't use a single verb as a display, then. You should use a whole verb phrase like "Confirm that you would like to<perform action>anyway" that indicates what's at issue. Single-word responses like "continue" should be avoided.
– John Lawler
Jun 11 '18 at 19:26
@JohnLawler There is a further description provided, it's about the text displayed on the button
– Tobias Brohl
Jun 11 '18 at 19:28
2
Then the text on the button should use whatever verb is used in the description, so the user will relate the two. Many users don't do this automatically.
– John Lawler
Jun 11 '18 at 19:32
add a comment |
1
No one can say when you should use (write? pronounce? code?) any word at all without some idea of what you mean to accomplish by doing so.
– John Lawler
Jun 11 '18 at 19:09
1
@JohnLawler specified the question.
– Tobias Brohl
Jun 11 '18 at 19:15
2
You shouldn't use a single verb as a display, then. You should use a whole verb phrase like "Confirm that you would like to<perform action>anyway" that indicates what's at issue. Single-word responses like "continue" should be avoided.
– John Lawler
Jun 11 '18 at 19:26
@JohnLawler There is a further description provided, it's about the text displayed on the button
– Tobias Brohl
Jun 11 '18 at 19:28
2
Then the text on the button should use whatever verb is used in the description, so the user will relate the two. Many users don't do this automatically.
– John Lawler
Jun 11 '18 at 19:32
1
1
No one can say when you should use (write? pronounce? code?) any word at all without some idea of what you mean to accomplish by doing so.
– John Lawler
Jun 11 '18 at 19:09
No one can say when you should use (write? pronounce? code?) any word at all without some idea of what you mean to accomplish by doing so.
– John Lawler
Jun 11 '18 at 19:09
1
1
@JohnLawler specified the question.
– Tobias Brohl
Jun 11 '18 at 19:15
@JohnLawler specified the question.
– Tobias Brohl
Jun 11 '18 at 19:15
2
2
You shouldn't use a single verb as a display, then. You should use a whole verb phrase like "Confirm that you would like to
<perform action> anyway" that indicates what's at issue. Single-word responses like "continue" should be avoided.– John Lawler
Jun 11 '18 at 19:26
You shouldn't use a single verb as a display, then. You should use a whole verb phrase like "Confirm that you would like to
<perform action> anyway" that indicates what's at issue. Single-word responses like "continue" should be avoided.– John Lawler
Jun 11 '18 at 19:26
@JohnLawler There is a further description provided, it's about the text displayed on the button
– Tobias Brohl
Jun 11 '18 at 19:28
@JohnLawler There is a further description provided, it's about the text displayed on the button
– Tobias Brohl
Jun 11 '18 at 19:28
2
2
Then the text on the button should use whatever verb is used in the description, so the user will relate the two. Many users don't do this automatically.
– John Lawler
Jun 11 '18 at 19:32
Then the text on the button should use whatever verb is used in the description, so the user will relate the two. Many users don't do this automatically.
– John Lawler
Jun 11 '18 at 19:32
add a comment |
1 Answer
1
active
oldest
votes
"Confirm" has a specific meaning that the user has asked you to do that something, and you want them to to specify it again (to be sure that they really did mean it). You ask them to press "Confirm" when they mean "yes, I am sure i want to do that'.
Both "Proceed" and "Continue" mean simply "go ahead to the next step".
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "97"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f449978%2fwhen-to-use-confirm-and-when-to-use-continue-and-when-to-use-proceed%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
"Confirm" has a specific meaning that the user has asked you to do that something, and you want them to to specify it again (to be sure that they really did mean it). You ask them to press "Confirm" when they mean "yes, I am sure i want to do that'.
Both "Proceed" and "Continue" mean simply "go ahead to the next step".
add a comment |
"Confirm" has a specific meaning that the user has asked you to do that something, and you want them to to specify it again (to be sure that they really did mean it). You ask them to press "Confirm" when they mean "yes, I am sure i want to do that'.
Both "Proceed" and "Continue" mean simply "go ahead to the next step".
add a comment |
"Confirm" has a specific meaning that the user has asked you to do that something, and you want them to to specify it again (to be sure that they really did mean it). You ask them to press "Confirm" when they mean "yes, I am sure i want to do that'.
Both "Proceed" and "Continue" mean simply "go ahead to the next step".
"Confirm" has a specific meaning that the user has asked you to do that something, and you want them to to specify it again (to be sure that they really did mean it). You ask them to press "Confirm" when they mean "yes, I am sure i want to do that'.
Both "Proceed" and "Continue" mean simply "go ahead to the next step".
answered Jun 11 '18 at 19:22
DJClayworthDJClayworth
9,5861929
9,5861929
add a comment |
add a comment |
Thanks for contributing an answer to English Language & Usage Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f449978%2fwhen-to-use-confirm-and-when-to-use-continue-and-when-to-use-proceed%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
No one can say when you should use (write? pronounce? code?) any word at all without some idea of what you mean to accomplish by doing so.
– John Lawler
Jun 11 '18 at 19:09
1
@JohnLawler specified the question.
– Tobias Brohl
Jun 11 '18 at 19:15
2
You shouldn't use a single verb as a display, then. You should use a whole verb phrase like "Confirm that you would like to
<perform action>anyway" that indicates what's at issue. Single-word responses like "continue" should be avoided.– John Lawler
Jun 11 '18 at 19:26
@JohnLawler There is a further description provided, it's about the text displayed on the button
– Tobias Brohl
Jun 11 '18 at 19:28
2
Then the text on the button should use whatever verb is used in the description, so the user will relate the two. Many users don't do this automatically.
– John Lawler
Jun 11 '18 at 19:32