Diff/Patch: Adjust view menu (#5168)

"Ignore Indentation" was not accurate. Renamed it to "Ignore Whitespace".
This commit is contained in:
Marc Bernard 2021-11-26 10:10:14 -05:00 committed by GitHub
parent d73825c222
commit 9778ec5258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ).