mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
change 'Cancel' to 'No'
This commit is contained in:
parent
b6e8297d74
commit
c76ff5674b
|
@ -75,7 +75,7 @@ CLASS lcl_services_git IMPLEMENTATION.
|
|||
text_question = 'Delete superfluous local objects?'
|
||||
text_button_1 = 'Ok'
|
||||
icon_button_1 = 'ICON_OKAY'
|
||||
text_button_2 = 'Cancel'
|
||||
text_button_2 = 'No'
|
||||
icon_button_2 = 'ICON_CANCEL'
|
||||
default_button = '2'
|
||||
display_cancel_button = abap_false ). "#EC NOTEXT
|
||||
|
|
Loading…
Reference in New Issue
Block a user