From 9778ec52583abc79e2ab76a604ac7e8fcdb9717d Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Fri, 26 Nov 2021 10:10:14 -0500 Subject: [PATCH] Diff/Patch: Adjust view menu (#5168) "Ignore Indentation" was not accurate. Renamed it to "Ignore Whitespace". --- src/ui/zcl_abapgit_gui_page_diff.clas.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/zcl_abapgit_gui_page_diff.clas.abap b/src/ui/zcl_abapgit_gui_page_diff.clas.abap index 06f35adc2..565f20019 100644 --- a/src/ui/zcl_abapgit_gui_page_diff.clas.abap +++ b/src/ui/zcl_abapgit_gui_page_diff.clas.abap @@ -401,7 +401,7 @@ CLASS zcl_abapgit_gui_page_diff IMPLEMENTATION. iv_act = c_actions-toggle_hidden_chars iv_chk = ms_view-hidden_chars ). - lo_sub_view->add( iv_txt = 'Ignore Indentation' + lo_sub_view->add( iv_txt = 'Ignore Whitespace' iv_act = c_actions-toggle_ignore_indent iv_chk = ms_view-ignore_indent ).