From caa53ab1831c2759b902faf4865f2117aa7caad9 Mon Sep 17 00:00:00 2001 From: Matthias de Baat Date: Thu, 4 Jul 2024 19:39:30 +0200 Subject: [PATCH 1/4] Clarify remove vs. delete --- gallery/src/pages/Text/remove-delete-add-create.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gallery/src/pages/Text/remove-delete-add-create.markdown b/gallery/src/pages/Text/remove-delete-add-create.markdown index 89c61db6383a..c57a8244754a 100644 --- a/gallery/src/pages/Text/remove-delete-add-create.markdown +++ b/gallery/src/pages/Text/remove-delete-add-create.markdown @@ -3,13 +3,15 @@ title: When to use remove, delete, add and create subtitle: The difference between remove/delete and add/create. --- -# Remove vs Delete +# Removing or deleting content Remove and Delete are quite similar, but can be frustrating if used inconsistently. +- Remove refers to an action that can be restored or reapplied. +- Delete refers to a permanent, non-recoverable action. ## Remove -Take away and set aside, but kept in existence. +The term Remove should always be used when an item/setting or content is to be removed or disassociated, but the action can be reversed or reapplied. For example: @@ -22,7 +24,7 @@ For example: ## Delete -Erase, rendered nonexistent or nonrecoverable. +The term Delete should always be used to refer to any action that will cause the permanent deletion of an item/setting or content. For example: From 29c9e0e8ecf41e1f0f36f8e70c06749a61c29039 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 4 Jul 2024 19:57:13 +0200 Subject: [PATCH 2/4] Remove extra space --- gallery/src/pages/Text/remove-delete-add-create.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery/src/pages/Text/remove-delete-add-create.markdown b/gallery/src/pages/Text/remove-delete-add-create.markdown index c57a8244754a..58c90c6bc2d8 100644 --- a/gallery/src/pages/Text/remove-delete-add-create.markdown +++ b/gallery/src/pages/Text/remove-delete-add-create.markdown @@ -11,7 +11,7 @@ Remove and Delete are quite similar, but can be frustrating if used inconsistent ## Remove -The term Remove should always be used when an item/setting or content is to be removed or disassociated, but the action can be reversed or reapplied. +The term Remove should always be used when an item/setting or content is to be removed or disassociated, but the action can be reversed or reapplied. For example: From b8e9657b882adca6070cd917a28146b1fbb9bcb2 Mon Sep 17 00:00:00 2001 From: Matthias de Baat Date: Thu, 4 Jul 2024 20:06:00 +0200 Subject: [PATCH 3/4] Made inline Remove and Delete italic --- gallery/src/pages/Text/remove-delete-add-create.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gallery/src/pages/Text/remove-delete-add-create.markdown b/gallery/src/pages/Text/remove-delete-add-create.markdown index 58c90c6bc2d8..595436f7b4e0 100644 --- a/gallery/src/pages/Text/remove-delete-add-create.markdown +++ b/gallery/src/pages/Text/remove-delete-add-create.markdown @@ -5,13 +5,13 @@ subtitle: The difference between remove/delete and add/create. # Removing or deleting content -Remove and Delete are quite similar, but can be frustrating if used inconsistently. +_Remove_ and _Delete_ are quite similar, but can be frustrating if used inconsistently. - Remove refers to an action that can be restored or reapplied. - Delete refers to a permanent, non-recoverable action. ## Remove -The term Remove should always be used when an item/setting or content is to be removed or disassociated, but the action can be reversed or reapplied. +The term _Remove_ should always be used when an item/setting or content is to be removed or disassociated, but the action can be reversed or reapplied. For example: @@ -24,7 +24,7 @@ For example: ## Delete -The term Delete should always be used to refer to any action that will cause the permanent deletion of an item/setting or content. +The term _Delete_ should always be used to refer to any action that will cause the permanent deletion of an item/setting or content. For example: From 7dfbf321fc505553382263c3d5b8493bf8651d4d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 4 Jul 2024 20:38:26 +0200 Subject: [PATCH 4/4] Update gallery/src/pages/Text/remove-delete-add-create.markdown Co-authored-by: Simon Lamon <32477463+silamon@users.noreply.github.com> --- gallery/src/pages/Text/remove-delete-add-create.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/gallery/src/pages/Text/remove-delete-add-create.markdown b/gallery/src/pages/Text/remove-delete-add-create.markdown index 595436f7b4e0..3b0bb85c3676 100644 --- a/gallery/src/pages/Text/remove-delete-add-create.markdown +++ b/gallery/src/pages/Text/remove-delete-add-create.markdown @@ -6,6 +6,7 @@ subtitle: The difference between remove/delete and add/create. # Removing or deleting content _Remove_ and _Delete_ are quite similar, but can be frustrating if used inconsistently. + - Remove refers to an action that can be restored or reapplied. - Delete refers to a permanent, non-recoverable action.