mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Diff/Patch: Adjust view menu (#5168)
"Ignore Indentation" was not accurate. Renamed it to "Ignore Whitespace".
This commit is contained in:
parent
d73825c222
commit
9778ec5258
|
@ -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 ).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user