From 10733df36a1a46a480039f78c0465aefd329e25a Mon Sep 17 00:00:00 2001 From: Patrick Winkler Date: Fri, 1 Sep 2023 10:32:19 +0200 Subject: [PATCH] substitute the word 'trigger' with 'perform' --- file-formats/smbc/smbc-v1.json | 4 ++-- file-formats/smbc/type/zif_aff_smbc_v1.intf.abap | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/file-formats/smbc/smbc-v1.json b/file-formats/smbc/smbc-v1.json index 87aace71b..cbcbd6388 100644 --- a/file-formats/smbc/smbc-v1.json +++ b/file-formats/smbc/smbc-v1.json @@ -286,8 +286,8 @@ ], "enumDescriptions": [ "Item is created in subpage", - "By clicking on 'Create' a new line is created but automatic navigation to subpage is not triggered.", - "By clicking on 'Add row' a new line is created but automatic navigation to subpage is not triggered.", + "By clicking on 'Create' a new line is created but automatic navigation to subpage is not performed.", + "By clicking on 'Add row' a new line is created but automatic navigation to subpage is not performed.", "In create or edit mode, two new empty rows are added to the table." ], "default": "newPage" diff --git a/file-formats/smbc/type/zif_aff_smbc_v1.intf.abap b/file-formats/smbc/type/zif_aff_smbc_v1.intf.abap index 3fd6af886..3a3313807 100644 --- a/file-formats/smbc/type/zif_aff_smbc_v1.intf.abap +++ b/file-formats/smbc/type/zif_aff_smbc_v1.intf.abap @@ -46,10 +46,10 @@ INTERFACE zif_aff_smbc_v1 "! Item is created in subpage new_page TYPE string VALUE 'NewPage', "!

Inline

- "! By clicking on 'Create' a new line is created but automatic navigation to subpage is not triggered. + "! By clicking on 'Create' a new line is created but automatic navigation to subpage is not performed. inline TYPE string VALUE 'Inline', "!

Creation Row

- "! By clicking on 'Add row' a new line is created but automatic navigation to subpage is not triggered. + "! By clicking on 'Add row' a new line is created but automatic navigation to subpage is not performed. creation_row TYPE string VALUE 'CreationRow', "!

Empty Rows

"! In create or edit mode, two new empty rows are added to the table.